Update the README for pytest, standalone assertions, and users.

Review Request #11937 — Created Jan. 19, 2022 and submitted — Latest diff uploaded

Information

kgb
master

Reviewers

kgb

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.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
Update the README for pytest, standalone assertions, and users.
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).
0c91cfec79d0d71ed94197d7c497a8ffe39b1932 Christian Hammond

Files

README.rst
Loading...