File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments