6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-28 20:29:02 +00:00
tutor/tests
Régis Behmo 0a670d7ead refactor: add type annotations
Annotations were generated with pyannotate:
https://github.com/dropbox/pyannotate

We are running in strict mode, which is awesome!

This affects a large part of the code base, which might be an issue for
people running a fork of Tutor. Nonetheless, the behavior should not be
affected. If anything, this process has helped find and resolve a few
type-related bugs. Thus, this is not considered as a breaking change.
2021-03-15 21:46:55 +01:00
..
__init__.py Add unit tests! yay! 2019-03-23 16:16:44 -07:00
openedx-lms-common-settings Better dev environment 2019-10-24 20:03:36 +02:00
test_bindmounts.py refactor: add type annotations 2021-03-15 21:46:55 +01:00
test_config.py refactor: add type annotations 2021-03-15 21:46:55 +01:00
test_env.py refactor: add type annotations 2021-03-15 21:46:55 +01:00
test_images.py refactor: add type annotations 2021-03-15 21:46:55 +01:00
test_plugins.py refactor: add type annotations 2021-03-15 21:46:55 +01:00
test_serialize.py refactor: add type annotations 2021-03-15 21:46:55 +01:00
test_utils.py refactor: add type annotations 2021-03-15 21:46:55 +01:00