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

rewrite tests to pytest #40

Closed
vlcinsky opened this issue Jan 20, 2016 · 1 comment
Closed

rewrite tests to pytest #40

vlcinsky opened this issue Jan 20, 2016 · 1 comment

Comments

@vlcinsky
Copy link

This is proposal, not a bug.

Currently, the only way to run the test I am aware of is by $ python setup.py test.

I do not know, if one can run the test selecting only specific test (what would speed up development of particular features).

Rewrite to pytest would result in:

  • moving all existing tests into tests folder (preserve all existing test cases)
  • more modular test suite code
  • nicer problem report in case of failure (nicely coloured, more expressive)
  • easy option to discover existing tests without running them
  • easy option to run just particular test
  • allow coverage report

I am asking for an opinion before I dive into it as it takes few hours of work.

@jorgebastida
Copy link
Owner

After #69 we are ow using pytests :D Thanks!

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

2 participants