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

Use pytest as a unit testing framework for pull requests #580

Open
4 tasks
Chris-Schnaufer opened this issue May 16, 2019 · 0 comments
Open
4 tasks

Use pytest as a unit testing framework for pull requests #580

Chris-Schnaufer opened this issue May 16, 2019 · 0 comments

Comments

@Chris-Schnaufer
Copy link

The use of a testing framework as part of a pull request provides some assurance that any changes in the Pull Request doesn't negatively impact existing code and functionality. This ticket suggests pytest as a mechanism for providing the testing framework.

Tags: pull request, python, pytest, testing, framework, quality

Description

Running a set of unit tests on a Pull Request as a part of acceptance criteria allows the inclusion of new unit tests as part of a pull request, as well as providing a level of assurance that changes haven't negatively impacted existing code.

Completion Criteria

  • A testing framework is decided upon
  • Unit tests are run as part of a Pull Request
  • The use of unit tests are documented
  • How to write a unit test is documented (only the environment specifics, not the why or what coverage is & etc - references to non-environment specific documentation is encouraged)
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

No branches or pull requests

1 participant