From f708ee2dcfd745534ce3f0818fe003b5752efa67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Tue, 7 Nov 2023 21:44:25 +0100 Subject: [PATCH] rename test --- .gitignore | 4 ---- tests/{test_args.py => test_class_args.py} | 0 tests/{test_callable.py => test_class_callable.py} | 0 tests/{test_exception.py => test_class_exception.py} | 0 tests/{test_return.py => test_class_return.py} | 0 tests/{test_timeout.py => test_class_timeout.py} | 0 6 files changed, 4 deletions(-) delete mode 100644 .gitignore rename tests/{test_args.py => test_class_args.py} (100%) rename tests/{test_callable.py => test_class_callable.py} (100%) rename tests/{test_exception.py => test_class_exception.py} (100%) rename tests/{test_return.py => test_class_return.py} (100%) rename tests/{test_timeout.py => test_class_timeout.py} (100%) diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e3649bcf..00000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*.pyc -.DS_Store -.coverage -.idea/ diff --git a/tests/test_args.py b/tests/test_class_args.py similarity index 100% rename from tests/test_args.py rename to tests/test_class_args.py diff --git a/tests/test_callable.py b/tests/test_class_callable.py similarity index 100% rename from tests/test_callable.py rename to tests/test_class_callable.py diff --git a/tests/test_exception.py b/tests/test_class_exception.py similarity index 100% rename from tests/test_exception.py rename to tests/test_class_exception.py diff --git a/tests/test_return.py b/tests/test_class_return.py similarity index 100% rename from tests/test_return.py rename to tests/test_class_return.py diff --git a/tests/test_timeout.py b/tests/test_class_timeout.py similarity index 100% rename from tests/test_timeout.py rename to tests/test_class_timeout.py