slint/api/python/tests
Simon Hausmann f86f4993fa Python: Replace import magic with an auto-loader
As discussed on Reddit, the magic import logic is not very tool friendly and a little too magic perhaps. Instead, this patch introduces an automatic loader (`slint.loader`), which can traverse `sys.path` and lazily load `.slint` files by attribute lookup.

Closes #4856
2024-04-18 16:04:20 +02:00
..
test_brush.py Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
test_callback_decorators.py Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
test_compiler.py Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
test_gc.py Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
test_instance.py Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
test_load_file.py Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
test_load_file.slint Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
test_loader.py Python: Replace import magic with an auto-loader 2024-04-18 16:04:20 +02:00
test_models.py Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00
test_timers.py Update Slint Community License (#4994) 2024-04-15 15:18:55 +02:00