anki/qt/tests
Damien Elmes 9d853bbb03 start work on more clearly defining backend/protobuf boundaries
- anki._backend stores the protobuf files and rsbackend.py code
- pylib modules import protobuf messages directly from the
_pb2 files, and explicitly export any will be returned or consumed
by public pylib functions, so that calling code can import from pylib
- the "rsbackend" no longer imports and re-exports protobuf messages
- pylib can just consume them directly.
- move errors to errors.py

Still todo:

- rsbridge
- finishing the work on rsbackend, and check what we need to add
back to the original file location to avoid breaking add-ons
2021-01-31 18:55:45 +10:00
..
__init__.py tweaking the folder names again 2020-01-03 07:48:38 +10:00
run_format.py Exclude aqt/hooks_gen.py from formatting 2021-01-09 03:01:48 +03:00
run_mypy.py initial Bazel conversion 2020-11-01 14:26:58 +10:00
run_pylint.py fix qt/ pylints 2021-01-07 16:21:50 +10:00
run_pytest.py fix pywintypes issue when running tests on Windows 2020-11-02 21:36:01 +10:00
test_addons.py rework update checks to match latest AnkiWeb API 2020-01-27 17:01:09 +10:00
test_i18n.py start work on more clearly defining backend/protobuf boundaries 2021-01-31 18:55:45 +10:00