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

Restore ability to run tests individually #190

Closed
gsarma opened this issue Jul 8, 2015 · 2 comments
Closed

Restore ability to run tests individually #190

gsarma opened this issue Jul 8, 2015 · 2 comments
Assignees

Comments

@gsarma
Copy link
Member

gsarma commented Jul 8, 2015

With @travs:
As the testing suite has been broken down and modularized, we've lost the ability to run tests individually. For example:

python tests/test.py DataIntegrityTest

and so on will return:

Testing with configs: ['tests/test_default.conf', 'tests/test_ZODB.conf']

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK

We need to restore this functionality.

gsarma pushed a commit that referenced this issue Jul 8, 2015
Testing runner file to restore ability to run individual tests.  #190 (not yet fixed).
@gsarma
Copy link
Member Author

gsarma commented Jul 9, 2015

Fixed by:
gsarma@030c59e

@gsarma gsarma closed this as completed Jul 9, 2015
@travs
Copy link

travs commented Jul 9, 2015

👍 👍 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants