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

Switch to 'pytest' as a runner for unit tests #242

Open
anjensan opened this issue Apr 15, 2021 · 0 comments · Fixed by #252
Open

Switch to 'pytest' as a runner for unit tests #242

anjensan opened this issue Apr 15, 2021 · 0 comments · Fixed by #252
Labels
enhancement New feature or request
Projects

Comments

@anjensan
Copy link
Contributor

anjensan commented Apr 15, 2021

Pytest is much more user-friendly.

  1. Better runner - colors, stacktraces, code snipets, hides "garbage" stdout/err/logger output.
  2. Concise tests - just def test(): assert ... instead of junit-approach
  3. Tons! of useful plugins ; ability to create bigflow-specific.

Proposal: add optional support of pytest.
Default test framework should remain
the same (unittest), but users might enable pytest via parameters to bigflow.build.setup.

@anjensan anjensan added the enhancement New feature or request label Jun 10, 2021
@anjensan anjensan linked a pull request Jun 10, 2021 that will close this issue
@anjensan anjensan added this to To do in 1.4 Sep 22, 2021
anjensan added a commit that referenced this issue Dec 8, 2021
@anjensan anjensan moved this from todo to done in 1.4 Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
1.4
done
Development

Successfully merging a pull request may close this issue.

1 participant