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

Improve test suite to use py.test (or something similar) #6

Open
sscherfke opened this issue Apr 16, 2013 · 0 comments
Open

Improve test suite to use py.test (or something similar) #6

sscherfke opened this issue Apr 16, 2013 · 0 comments

Comments

@sscherfke
Copy link
Collaborator

It would be nice if Pypower's test suite would support a test runner like pytest. This would make it a lot easier run only certain tests or skip certain tests.

In most cases, it should be sufficent to rename all files and methods from "t__" to "test__" and use simple assert statements.

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

1 participant