Merge branch 'PMSManager_refactor'
Some checks reported errors
continuous-integration/drone Build was killed

This commit is contained in:
2025-07-19 19:15:03 +09:00
30 changed files with 1150 additions and 1721 deletions

View File

@@ -1,6 +0,0 @@
def test_function():
"""тестовая функция для проверки планировщика
"""
print("Hello, World!")
return "Hello, World!"

View File

@@ -1,3 +1,9 @@
from django.test import TestCase
# Create your tests here.
def test_function():
"""тестовая функция для проверки планировщика
"""
print("Hello, World!")
return "Hello, World!"