Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up tests, add some minimal docs to readme #10

Merged
merged 3 commits into from
Oct 5, 2023
Merged

Clean up tests, add some minimal docs to readme #10

merged 3 commits into from
Oct 5, 2023

Conversation

MridulS
Copy link
Member

@MridulS MridulS commented Oct 5, 2023

We shouldn't really have a copy of networkx tests in this package.

We can run the tests with:

PYTHONPATH=. \
NETWORKX_GRAPH_CONVERT=parallel \
NETWORKX_TEST_BACKEND=parallel \
NETWORKX_FALLBACK_TO_NX=True \
    pytest --pyargs networkx "$@"

Copy link
Member

@dschult dschult left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good!! :}
good to get it cleaned up too.

@MridulS MridulS merged commit d74733a into main Oct 5, 2023
6 checks passed
@jarrodmillman jarrodmillman added this to the 0.1 milestone Oct 13, 2023
@Schefflera-Arboricola Schefflera-Arboricola deleted the clean_up branch September 27, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants