Skip to content

Commit c99debc

Browse files
deathioprbeuque74
authored andcommitted
test: full migration to pytest
Client testing uses the same data as go-ovh. Signed-off-by: Adrien Barreau <adrien.barreau@ovhcloud.com>
1 parent e332753 commit c99debc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,14 +501,14 @@ to hear from you !
501501
Run the tests
502502
-------------
503503

504-
Simply run ``nosetests``. It will automatically load its configuration from
504+
Simply run ``pytest``. It will automatically load its configuration from
505505
``setup.cfg`` and output full coverage status. Since we all love quality, please
506506
note that we do not accept contributions with test coverage under 100%.
507507

508508
.. code:: bash
509509
510510
pip install -e .[dev]
511-
nosetests # 100% coverage is a hard minimum
511+
pytest
512512
513513
514514
Build the documentation

0 commit comments

Comments
 (0)