Files
lab-random-maksktl/tests/test_taskManager.py
T
github-classroom[bot] b5349e341f Initial commit
2024-03-13 20:48:34 +00:00

8 lines
215 B
Python

# This is the template for the TaskManager test cases for mutation testing.
# Please add your tests below.
import pytest
from taskManager.taskManager import TaskManager
from taskManager.task import Task
import os