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

Automated Tests: How does a user run them? #11

Closed
hayesall opened this issue Jul 13, 2021 · 1 comment
Closed

Automated Tests: How does a user run them? #11

hayesall opened this issue Jul 13, 2021 · 1 comment

Comments

@hayesall
Copy link
Contributor

Recommendation: Document how tests should be ran (briefly in the README, on a webpage, or in a CONTRIBUTING.md guide).


pytest seems to pick most of them up:

# Clone
git clone [email protected]:elwinter/nnde.git
cd nnde

# Install and run
pip install pytest
pytest
@elwinter
Copy link
Owner

elwinter commented Aug 7, 2021

README.md was modified to illustrate running the test code with "python setup.py test" and "pytest".

@elwinter elwinter closed this as completed Aug 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants