Skip to content

Commit e683e5a

Browse files
committed
tests
1 parent 84ea0b2 commit e683e5a

4 files changed

Lines changed: 0 additions & 502 deletions

File tree

tests/conftest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
"""SSOT for all tests."""
22

33
from collections.abc import Iterator
4-
from datetime import datetime, UTC
54
from functools import cache
65
from tests.dataSamples.Make import allSubclasses
76
from typing import Any
87
import ast # pyright: ignore[reportUnusedImport]
98
import pytest
109

11-
antiTests: int = 3
12-
13-
shiftByHour: int = datetime.now(UTC).hour
14-
shiftByDate: int = datetime.now(UTC).day
15-
shiftTotal: int = shiftByHour * shiftByDate + 1
16-
1710
def generateBeTestData() -> Iterator[tuple[str, str, dict[str, Any]]]:
1811
"""Yield test data for positive Be tests. (AI generated docstring).
1912

tests/test_Find.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

tests/test_joinClassmethod.py

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)