From 532f30d553cc036157fc65e1c625d4c7f981b4c8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 6 Dec 2023 12:01:00 +0100 Subject: [PATCH] add pytest --collect-only --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cd41a3a..2ceb297 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Run the script with ```bash python main.py # run abratest pytest # test abratest +pytest --collect-only # debug test abratest ``` # 2.2 Run with Docker