1
0
Fork 0
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:
Mike Gerber 2025-08-06 20:23:58 +02:00
parent c8744829cf
commit 3afcd696ee

View file

@ -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: