From 93a1476e64d8fc9959f1ca4a88783da7b356262c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=B2?= Date: Thu, 28 Aug 2025 15:10:37 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=8B=D1=82=D0=B0=D1=8E=D1=81=D1=8C=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BD=D1=8F=D1=82=D1=8C=20=D0=BA=D0=B0=D0=BA=20?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B0=D0=B4=D1=82=D1=8C=20=D0=B0=D1=80?= =?UTF-8?q?=D0=B3=D1=83=D0=BC=D0=B5=D0=BD=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/test.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/test.py diff --git a/app/test.py b/app/test.py new file mode 100644 index 0000000..c7a04c7 --- /dev/null +++ b/app/test.py @@ -0,0 +1,5 @@ +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