From 2b8c8d7d71caf69533b05b5c674e92bf18024c55 Mon Sep 17 00:00:00 2001 From: Jacob Stanley Date: Mon, 29 Nov 2021 17:06:16 -0700 Subject: [PATCH] Update and rename testing_blank.py to blank_unittest.py --- testing_blank.py => blank_unittest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename testing_blank.py => blank_unittest.py (97%) diff --git a/testing_blank.py b/blank_unittest.py similarity index 97% rename from testing_blank.py rename to blank_unittest.py index f267c6d..5e8e5ed 100644 --- a/testing_blank.py +++ b/blank_unittest.py @@ -1,5 +1,5 @@ import unittest -import lib_blank +import blank_lib class TestLib(unittest.TestCase):