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 ```