Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 72ae90f

Browse files
committed
Clarify that sage has to be installed
1 parent bc66a10 commit 72ae90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/en/developer/tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ At the moment, Sage is not yet using any tests based on pytest.
1515

1616
*Installation:* ``pip install -U pytest``, see `documentation <https://docs.pytest.org/en/stable/getting-started.html#installation-and-getting-started>`_ for details.
1717
*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)
1919
- 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>`_.
2020
*Configuration:* ``conftest.py`` in the source folder
2121
*Documentation:* https://docs.pytest.org/en/stable/index.html

0 commit comments

Comments
 (0)