@@ -7,7 +7,7 @@ issue if you encounter a problem or want to discuss a specific
77feature. If you want to contribute a patch:
88
991. Check that your code matches our code quality guidelines and that
10- all existing tests are passing with ``RENARD_TEST_ALL =1 ``.
10+ all existing tests are passing with ``RENARD_TEST_SLOW =1 ``.
11112. Create a Github pull request with your patch, explaining the
1212 rationale behind it and giving a high level overview of your
1313 code. Mention the relevant issue if applicable.
@@ -36,9 +36,7 @@ the ``tests`` directory. We use ``pytest`` to test code, and also use
3636``hypothesis `` when applicable. If you open a patch, make sure that
3737all tests are passing. In particular, do not rely on the CI, as it
3838does not run time costly tests! Check for yourself locally, using
39- ``RENARD_TEST_ALL =1 python -m pytest tests ``. Note that there are
39+ ``RENARD_TEST_SLOW =1 python -m pytest tests ``. Note that there are
4040specific tests and environment variable for optional dependencies such
41- as *stanza * (``RENARD_TEST_STANZA_OPTDEP ``). These must be explicitely
42- set to ``1 `` if you want to test optional dependencies, as
43- ``RENARD_TEST_ALL=1 `` does not enable test on these optional
44- dependencies.
41+ as *stanza * (``RENARD_TEST_OPTDEP_STANZA ``). These must be explicitely
42+ set to ``1 `` if you want to test optional dependencies.
0 commit comments