Typo: missing close of `

This commit is contained in:
Paul Hoffman 2022-08-20 19:13:54 -07:00 committed by GitHub
parent 933e60743c
commit 42f206e93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1148,7 +1148,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* Testing Frameworks
* [hypothesis](https://github.com/HypothesisWorks/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library.
* [nose2](https://github.com/nose-devs/nose2) - The successor to `nose`, based on `unittest2.
* [nose2](https://github.com/nose-devs/nose2) - The successor to `nose`, based on `unittest2`.
* [pytest](https://docs.pytest.org/en/latest/) - A mature full-featured Python testing tool.
* [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
* [unittest](https://docs.python.org/3/library/unittest.html) - (Python standard library) Unit testing framework.