RealtyCalendar plugin develop
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
def test_function():
|
||||
"""тестовая функция для проверки планировщика
|
||||
|
||||
"""
|
||||
print("Hello, World!")
|
||||
return "Hello, World!"
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
def test_function():
|
||||
"""тестовая функция для проверки планировщика
|
||||
|
||||
"""
|
||||
print("Hello, World!")
|
||||
return "Hello, World!"
|
||||
|
||||
Reference in New Issue
Block a user