diff --git a/README.md b/README.md index 618ad5a..c7da9e1 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,5 @@ Since there is no tests done for Prismedia, I choose `unittest` to do tests for Launch tests with ```sh -python3 autoupload_test.py +python3 -m unittest ``` diff --git a/autoupload_test.py b/test_autoupload.py similarity index 100% rename from autoupload_test.py rename to test_autoupload.py