Update the README for pytest, standalone assertions, and users.
Review Request #11937 — Created Jan. 19, 2022 and submitted
The README now shows all the common test environments that kgb supports.
Python unittest, pytest, and nose/nose2.Examples have been updated to be more generic (less unittest-based) in
some cases, and to show how assertions work when using the mixin class,
the pytest fixture, or the standalone assertion methods.The list of users have been fleshed out as well, showing some open
source projects I found that use kgb, and adding more of our own
products.Installation instructions no longer recommend
easy_install
(even
though it still technically works).
Rendered the document. Tested the links. Checked the code samples for
obvious errors.
Summary | ID |
---|---|
01e0b3b8d74a341ed288230c515a32c5c1a9138c |
Description | From | Last Updated |
---|---|---|
We should use the snake versions of these functions for the pytest docs. |
david |
- Change Summary:
-
Updated the versions to be kgb 7 (we're dropping older Python versions in this release).
- Commits:
-
Summary ID c725854da715c1a299fd504449e5cba669c23473 0c91cfec79d0d71ed94197d7c497a8ffe39b1932 - Diff:
-
Revision 2 (+370 -74)
Checks run (2 succeeded)
- Change Summary:
-
Fixed the pytest and standalone assertion methods for snake_case.
- Commits:
-
Summary ID 0c91cfec79d0d71ed94197d7c497a8ffe39b1932 01e0b3b8d74a341ed288230c515a32c5c1a9138c - Diff:
-
Revision 3 (+370 -74)