From fd875ebd02077ba552a5c2128aaae4ad737a479a Mon Sep 17 00:00:00 2001 From: Stephen Kilbourn Date: Wed, 20 Dec 2023 09:45:49 -0700 Subject: [PATCH] update READE to use pytest (#94) Co-authored-by: Stephen Kilbourn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b36024f0..042722b1 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ pip install -r requirements.txt Then: ```shell -python scripts/validate_collections.py +pytest ``` ## Development