mirror of
https://github.com/QualityInUse/lab-random-maksktl.git
synced 2026-08-05 13:35:28 +03:00
8 lines
215 B
Python
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
|