Skip to content

Commit b2ab070

Browse files
committed
update incorrect path
1 parent d962d7e commit b2ab070

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ All fixtures are in `tests/fixtures/datacite_fixtures.py`.
9898

9999
```bash
100100
# Run all DataCite tests
101-
pytest tests/test_datacite.py -v
101+
pytest tests/datacite/test_datacite.py -v
102102

103103
# Run specific test class
104-
pytest tests/test_datacite.py::TestBuildQueryParams -v
104+
pytest tests/datacite/test_datacite.py::TestBuildQueryParams -v
105105

106106
# Run specific test
107-
pytest tests/test_datacite.py::TestBuildQueryParams::test_basic_params -v
107+
pytest tests/datacite/test_datacite.py::TestBuildQueryParams::test_basic_params -v
108108

109109
# Run with coverage
110-
pytest tests/test_datacite.py --cov=src.datacite --cov-report=term-missing
110+
pytest tests/datacite/test_datacite.py --cov=src.datacite --cov-report=term-missing
111111
```
112112
</details>
113113

0 commit comments

Comments
 (0)