Skip to content

Commit 4015c16

Browse files
committed
add tryke test runner to resources
1 parent eeba26b commit 4015c16

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ Collection of awesome Python resources for testing and generating test data.
215215
- [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
216216
- [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.
217217
- [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
218219
- [unittest](https://docs.python.org/3/library/unittest.html) - (Python standard library) Unit testing framework.
219220
- [vedro](https://github.com/vedro-universe/vedro) - Pragmatic testing framework for Python
220221
- [Ward](https://github.com/darrenburns/ward) - is a modern test framework for Python with a focus on productivity and readability.

0 commit comments

Comments
 (0)