From e75144cc7890d4cddc786dfd0139b72f54a2c1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Mon, 1 Sep 2025 16:29:43 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D0=B0=20app/test.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/test.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 app/test.py diff --git a/app/test.py b/app/test.py deleted file mode 100644 index c7a04c7..0000000 --- a/app/test.py +++ /dev/null @@ -1,5 +0,0 @@ -import working_database - -test_dict = {128513: ('fns', 'Уведомление о налогах для ЕНП', '01.01.2000', '01.01.2001', '1.0')} -Test = working_database.SimpleDB() -Test.data_transfer_in_database(test_dict) \ No newline at end of file