From 507a4318a003d668c62a407a0b9f9641e0d6a341 Mon Sep 17 00:00:00 2001 From: Zykino Date: Mon, 31 Aug 2020 16:40:56 +0200 Subject: [PATCH] Rename test file to be discovered with unittest default pattern --- README.md | 2 +- autoupload_test.py => test_autoupload.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename autoupload_test.py => test_autoupload.py (100%) 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