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

Be nice to py.test and nose #629

Closed
giampaolo opened this issue Jun 4, 2015 · 1 comment
Closed

Be nice to py.test and nose #629

giampaolo opened this issue Jun 4, 2015 · 1 comment
Labels

Comments

@giampaolo
Copy link
Owner

...in terms of test discovery.

  • all platform specific test files (test/_linux.py, etc) should "skip" instead of running and failing
  • rename test_main to main otherwise pytest / nose will execute it as a test case
  • py.test / nose should be able to collect and run all available tests if the test directory is submitted as a cmdline option
giampaolo added a commit that referenced this issue Jun 4, 2015
…tead of failing); rename test_main to main otherwise pytest / nose will execute it as a test case
giampaolo added a commit that referenced this issue Jun 4, 2015
…rder to ease test discovery for nose and pytest
giampaolo added a commit that referenced this issue Jun 4, 2015
….py in order to ease test discovery for nose and pytest"

This reverts commit 870e00f.
@giampaolo
Copy link
Owner Author

This was fixed a while ago.

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

No branches or pull requests

1 participant