From 3afcd696ee39188f399ce4a983d23674cd863edf Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Wed, 6 Aug 2025 20:23:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=92=20=20README-DEV:=20Give=20example=20h?= =?UTF-8?q?ow=20to=20run=20the=20CLIs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-DEV.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README-DEV.md b/README-DEV.md index 0765657..b3a56c9 100644 --- a/README-DEV.md +++ b/README-DEV.md @@ -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: