From 23fea3158bd83c76c6523067b8a83d5becd68dc5 Mon Sep 17 00:00:00 2001 From: Tamoor Shahid Date: Wed, 3 Jun 2026 16:11:20 +0000 Subject: [PATCH] Fixed incorrect tox command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6426658..9e8f7f70 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The output will come out as a raw string - you should format it as required in y ## Testing -To run unit tests, type `tox -e unit_tests` from within the dev container +To run unit tests, type `tox -e tests` from within the dev container There is a convenient script in `./deployment/build_and_push.sh` which can be used to easily build and run the container locally for testing, and optionally push the container to a repository. In general we should rely on the CI to be pushing new containers - however it is sometimes useful to push a development image to a private repo for development or debugging.