mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-07-11 03:11:50 +02:00
more info and typo
This commit is contained in:
@ -25,7 +25,7 @@ Python
|
|||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
#From the root dir of the library
|
#From the root dir of the library
|
||||||
python -m pytest python/tests --with-data # passing --with-dat will run the tests needing data
|
python -m pytest python/tests --with-data # passing --with-data will run the tests needing data
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ import pytest
|
|||||||
|
|
||||||
def pytest_addoption(parser):
|
def pytest_addoption(parser):
|
||||||
parser.addoption(
|
parser.addoption(
|
||||||
"--with-data", action="store_true", default=False, help="run slow tests"
|
"--with-data", action="store_true", default=False, help="Run tests that require additional data"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user