Skip to content

Commit

Permalink
RST isn't markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Sep 25, 2024
1 parent 59997f9 commit b55e9f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ By default the first fixture specified in the test definition is the one replace

For example:

```python
@pytest.mark.accept_cli_dataset("another_dataset")
def test_something(dataset, another_dataset):
...
```
.. code-block:: python
@pytest.mark.accept_cli_dataset("another_dataset")
def test_something(dataset, another_dataset):
...
would usually run with the fixtures `dataset` and `another_dataset` as its inputs, but running `pytest --ds /path/to/dataset/ABCDE/` would run the test using the `dataset` fixture and the local dataset `ABCDE` instead.

0 comments on commit b55e9f2

Please sign in to comment.