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

Replace tests with pytest runner #244

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

roaffix
Copy link
Contributor

@roaffix roaffix commented Nov 14, 2020

  • Remove custom test runner tool
  • Add pytest runner (there is no need to install it locally from requirements because it is used as setup test requirement)
    These tests are not checking the correctness of the executed method and they are nothing more than smoke tests. So, they are put in the appropriate tests subfolder.

The tests can be run with the python setup.py test command.

Minimal coverage was set to fit the current coverage value -- 70% (was 72.3%, actual 71.86% after removing some prints)

@roaffix roaffix changed the base branch from master to dev November 14, 2020 21:25
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

Successfully merging this pull request may close these issues.

None yet

1 participant