Skip to content

Commit

Permalink
nit fixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amCap1712 committed Apr 30, 2024
1 parent 7e8e0d9 commit 3128ceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/developers/devel-env.rst
Expand Up @@ -273,10 +273,10 @@ once so that subsequent running of the tests is faster:

.. code-block:: bash
./test.sh -u # build unit test containers, start up and initialise the database
./test.sh [path-to-test-file.py] # run tests, do this as often as you need to
./test.sh -s # stop test containers, but don't remove them
./test.sh -d # stop and remove all test containers
./test.sh -u # build unit test containers, start up and initialise the database
./test.sh [path-to-tests-file-or-directory] # run specific tests, do this as often as you need to
./test.sh -s # stop test containers, but don't remove them
./test.sh -d # stop and remove all test containers
If you made any changes to the frontend, you can run the tests for frontend using

Expand Down
2 changes: 1 addition & 1 deletion test.sh
Expand Up @@ -10,7 +10,7 @@ fi
# ./test.sh build unit test containers, bring up, make database, test, bring down
# for development:
# ./test.sh -u build unit test containers, bring up background and load database if needed
# ./test.sh [params] run unit tests, passing optional params to inner test
# ./test.sh [path-to-tests-file-or-directory] # run specific tests
# ./test.sh -s stop unit test containers without removing
# ./test.sh -d clean unit test containers

Expand Down

0 comments on commit 3128ceb

Please sign in to comment.