You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,7 @@ Collection of awesome Python resources for testing and generating test data.
215
215
-[Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
216
216
-[Sphinx-testify](https://github.com/BasicWolf/sphinx-testify) - Testified documentation means that the documentation source references test results, and these references are verified during the build process. As a result, we can keep every paragraph even every sentence of the documentation aligned with the code, as long as there is a test that "testifies" the described behaviour.
217
217
-[testbook](https://github.com/nteract/testbook) - A unit testing framework extension for testing code in Jupyter Notebooks.
218
+
-[tryke](https://github.com/thejchap/tryke) - A Rust-based Python test runner with a Jest-style API
218
219
-[unittest](https://docs.python.org/3/library/unittest.html) - (Python standard library) Unit testing framework.
219
220
-[vedro](https://github.com/vedro-universe/vedro) - Pragmatic testing framework for Python
220
221
-[Ward](https://github.com/darrenburns/ward) - is a modern test framework for Python with a focus on productivity and readability.
0 commit comments