From 78e63891be5fc9393e9a18e964e7bc7c11b38a94 Mon Sep 17 00:00:00 2001 From: mvaradi Date: Fri, 12 Oct 2018 17:34:23 +0100 Subject: [PATCH] Renaming --- .gitignore | 4 ++-- tests/{validator_tests.py => test_validator.py} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/{validator_tests.py => test_validator.py} (100%) diff --git a/.gitignore b/.gitignore index 6860608..3dfb855 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -.idea -.cache \ No newline at end of file +.idea* +.cache* \ No newline at end of file diff --git a/tests/validator_tests.py b/tests/test_validator.py similarity index 100% rename from tests/validator_tests.py rename to tests/test_validator.py