From 7a1cb83659f85b45fe591466ad467b6a42e6a89d Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Wed, 19 Apr 2023 11:59:27 +0900 Subject: [PATCH] Updated Tests (markdown) --- Tests.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests.md b/Tests.md index cc7bb19..775678e 100644 --- a/Tests.md +++ b/Tests.md @@ -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 ```