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

Commit bc66a10

Browse files
committed
Add no-op disclaimer
1 parent f901922 commit bc66a10

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
This file configures pytest and provides some global fixtures.
66
See https://docs.pytest.org/en/latest/index.html for more details.
7+
8+
At the moment, Sage is not yet using any tests based on pytest.
79
"""
810

911
from __future__ import annotations

src/doc/en/developer/tools.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Additional development and testing tools
1111
Pytest
1212
===============================
1313
`Pytest <https://docs.pytest.org/en/stable/>` is a testing framework.
14+
At the moment, Sage is not yet using any tests based on pytest.
1415

1516
*Installation:* ``pip install -U pytest``, see `documentation <https://docs.pytest.org/en/stable/getting-started.html#installation-and-getting-started>`_ for details.
1617
*Usage:*

0 commit comments

Comments
 (0)