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
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 Nov 14, 2020
@roaffix roaffix force-pushed the roaffix:feature/pytest branch from 869b8b2 to eb078ef Nov 14, 2020
@roaffix roaffix mentioned this pull request Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.