Updated Tests (markdown)

w-e-w 2023-04-19 11:59:27 +09:00
parent 5aa0c43f07
commit 7a1cb83659

@ -1,10 +1,10 @@
You can run tests to validate your modifications to weubi.
There is a `basic test` that we used to verify the basic image creation works vi API, you can create other test for different scenarios.
To run tests, add `--tests TESTS_DIR` as a commandline argument to `launch.py` along with your other command line arguments.
for the `basic test`, pass `--tests test` to `launch.py`:
There is a `basic test` that we used to verify the basic image creation works vi API, you can create other test for different scenarios.
To run the `basic test`, pass the argument `--tests test` to `launch.py`:
```sh
python launch.py --tests test
```