Skip to content

Commit 275b51a

Browse files
committed
Changing docs to reflect the change to pytest
1 parent bb24c34 commit 275b51a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

HISTORY.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ History
77
------------------
88

99
- Removing traces and refactoring Flatline interpreter invocation.
10+
- Migrating tests to pytest.
1011

1112
9.1.0 (2022-11-09)
1213
------------------

docs/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -934,8 +934,9 @@ To use external data connectors:
934934
Running the Tests
935935
-----------------
936936

937-
The test will be run using `nose <https://nose.readthedocs.org/en/latest/>`_ ,
938-
that is installed on setup, and you'll need to set up your authentication
937+
The tests will be run using `nose <https://nose.readthedocs.org/en/latest/>`_
938+
and `pytest <https://docs.pytest.org/en/7.2.x/>`_ as a transition to pytest
939+
stardard tests. You'll need to set up your authentication
939940
via environment variables, as explained
940941
in the authentication section. Also some of the tests need other environment
941942
variables like ``BIGML_ORGANIZATION`` to test calls when used by Organization
@@ -948,7 +949,7 @@ With that in place, you can run the test suite simply by issuing
948949

949950
.. code-block:: bash
950951
951-
$ python setup.py nosetests
952+
$ pytest
952953
953954
Additionally, `Tox <http://tox.testrun.org/>`_ can be used to
954955
automatically run the test suite in virtual environments for all

0 commit comments

Comments
 (0)