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

Migrate to pytest as test runner #112

Merged
merged 1 commit into from
May 1, 2022

Conversation

masklinn
Copy link
Contributor

@masklinn masklinn commented May 1, 2022

  • it works with the existing
  • it's easy to select individual tests, and to split the test
    suite, "unittest discover" would as well but is more verbose and
    doesn't work in 2.7 (unittest2 is necessary)
  • it has a really nice reporting
  • I want to use pytest's nice everything

- it works with the existing
- it's easy to select individual tests, and to split the test
  suite, "unittest discover" would as well but is more verbose and
  doesn't work in 2.7 (unittest2 is necessary)
- it has a really nice reporting
- I want to use pytest's nice everything
@masklinn masklinn merged commit d72fff8 into ua-parser:master May 1, 2022
@masklinn masklinn deleted the pytest-runner branch May 1, 2022 11:30
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