6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-15 01:34:14 +00:00
tutor/tests/hooks
Carlos Muniz 4da32ab84e refactor: annotation with __future__.annotations
Adds `from __future__ import annotations` to the top of every module,
right below the module's docstring. Replaces any usages of t.List,
t.Dict, t.Set, t.Tuple, and t.Type with their built-in equivalents:
list, dict, set, tuple, and type. Ensures that make test still passes
under Python 3.7, 3.8 and 3.9.
2023-01-18 07:37:55 +01:00
..
__init__.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
test_actions.py feat: strongly typed hooks 2022-11-15 14:58:36 +01:00
test_filters.py refactor: annotation with __future__.annotations 2023-01-18 07:37:55 +01:00