mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-08-07 00:29:55 +02:00
✒ README-DEV: Give example how to run the CLIs
This commit is contained in:
parent
c8744829cf
commit
3afcd696ee
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@ To run a test with profiling:
|
|||
pytest --profile-svg -k test_page_info
|
||||
```
|
||||
|
||||
To directly test the CLIs using our test data, run:
|
||||
|
||||
```
|
||||
mods4pandas src/mods4pandas/tests/data/mets-mods
|
||||
alto4pandas src/mods4pandas/tests/data/alto
|
||||
```
|
||||
|
||||
|
||||
# How to use pre-commit
|
||||
|
||||
This project optionally uses [pre-commit](https://pre-commit.com) to check commits. To use it:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue