From 45930bd39749da590bab14b59f5e1c50eb34b517 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Wed, 25 Oct 2023 11:33:18 +0200
Subject: [PATCH] DOC: specific tox tests

---
 README_SETUP.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README_SETUP.md b/README_SETUP.md
index 894777ae..bd3d1e1e 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -32,7 +32,9 @@ Optional h5-crawler:
 - `pip install .[h5-crawler] --user`
 
 ## Run Unit Tests
-`tox`
+
+- All tests: `tox`
+- One specific test: `tox -- -k expression`
 
 ## Run Integration Tests Locally
 
-- 
GitLab