You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: src/doc/en/developer/tools.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ At the moment, Sage is not yet using any tests based on pytest.
15
15
16
16
*Installation:* ``pip install -U pytest``, see `documentation <https://docs.pytest.org/en/stable/getting-started.html#installation-and-getting-started>`_ for details.
17
17
*Usage:*
18
-
- Manual: Run ``pytest path/to/the/test_file.py`` or ``pytest`` to run all tests
18
+
- Manual: Run ``pytest path/to/the/test_file.py`` or ``pytest`` to run all tests (from a virtual environment with Sage installed)
19
19
- VS Code: Install the `Python <https://marketplace.visualstudio.com/items?itemName=ms-python.python>`_ extension and follow the `offical documentation <https://code.visualstudio.com/docs/python/testing>`_.
20
20
*Configuration:* ``conftest.py`` in the source folder
0 commit comments