Mose Müller
75e355faf9
pytest: changes fixture scopes
2024-07-30 08:36:59 +02:00
Mose Müller
7e63f34c0a
pytest: using asyncio session scope to get rid of more warnings
2024-07-30 08:28:18 +02:00
Mose Müller
a1da332dba
pytest: configures logging through caplog fixture
2024-07-30 08:28:07 +02:00
Mose Müller
817afc610a
StateManager: replaces _data_service_cache with cache_manager
...
- _data_service_cache -> cache_manager
- removes cache property
- replaces get_nested_dict_by_path with cache_manager.get_value_dict_from_cache where possible
2024-07-29 15:02:47 +02:00
Mose Müller
f8cae28128
fix tests: need to propagate logger when testing (due to pytest)
2024-07-11 19:49:55 +02:00
Mose Müller
44d73c3b77
adds function testing if private attributes can take values that are not serializable
2024-07-04 17:37:44 +02:00
Mose Müller
84abd63d56
Merge branch 'main' into feature/ignore_coroutine
2024-05-27 15:08:14 +02:00
Mose Müller
a0b7b92898
fixes test
2024-05-27 14:42:30 +02:00
Mose Müller
16c1f966ab
adds test for dynamically added attribute
2024-04-16 11:15:42 +02:00
Mose Müller
900017791a
fixes loading of removed attributes. Prints debug log instead of raising exception
2024-03-28 11:27:16 +01:00
Mose Müller
151467b36f
fixes tests
2024-02-27 17:38:09 +01:00
Mose Müller
a05b703bb8
adds tests for methods exposed by DataService
2024-02-27 16:38:08 +01:00
Mose Müller
a72a551f54
fixes tests for DataServiceCache and TaskManager
2024-02-27 16:19:11 +01:00
Mose Müller
dfb6f966aa
adds test for dynamic list entries with properties
2024-02-20 12:29:44 +01:00
Mose Müller
8efd67d9f3
fixes tests
2024-02-01 10:18:58 +01:00
Mose Müller
e8638f1f3a
fixes tests
2024-02-01 08:45:40 +01:00
Mose Müller
2461f85ef0
adds test for starting and stopping tasks
2023-12-21 13:24:54 +01:00
Mose Müller
f69723dd58
updates some tests to have a running event loop
2023-12-21 13:11:49 +01:00
Mose Müller
e106cc4927
adds NumberSlider to state manager tests
2023-12-20 10:14:35 +01:00
Mose Müller
8ac2c39908
fix: dont log private and protected attribute changes
2023-12-11 12:52:58 +01:00
Mose Müller
0694a3d1ee
fix: removes inheritance warning for functions
2023-12-11 12:28:37 +01:00
Mose Müller
c15ad54e2d
updates test
2023-12-11 11:55:55 +01:00
Mose Müller
6d23151d32
updates tests
2023-12-11 09:22:38 +01:00
Mose Müller
5a76d76d2b
adds test for (dynamic / static) property dependencies
2023-12-06 09:17:43 +01:00
Mose Müller
b4ef8201f3
adds tests for data service type change warnings
2023-12-06 09:04:08 +01:00
Mose Müller
89b5a9cc9e
updates tests
2023-12-04 17:23:42 +01:00
Mose Müller
c891642bda
updates tests
2023-12-04 13:36:16 +01:00
Mose Müller
114a1c6fdc
removes data service list and callback manager, make DataService an Observable
2023-12-04 13:36:16 +01:00
Mose Müller
ab794d780b
implements logging suggestions (no f-strings)
2023-11-27 17:16:15 +01:00
Mose Müller
ebb8b4be8b
adds cache test for task status update
2023-11-16 10:22:13 +01:00
Mose Müller
a9d577820f
updates tests
2023-11-09 17:32:35 +01:00
Mose Müller
e4fb1c66a1
updates StateManager tests
2023-11-09 15:52:25 +01:00
Mose Müller
c2a22d4456
adds tests for load_state decorator
2023-11-09 15:29:47 +01:00
Mose Müller
a060836304
updates DataServiceList tests
2023-11-09 11:59:48 +01:00
Mose Müller
963e449adb
moves DataServiceList test file
2023-11-09 11:50:08 +01:00
Mose Müller
aed0dd9493
updates StateManager tests
2023-11-09 11:37:07 +01:00
Mose Müller
6b643210d7
adds tests for StateManager
2023-11-08 17:09:05 +01:00
Mose Müller
14b5219915
refactoring serializer module methods
2023-11-07 18:23:24 +01:00
Mose Müller
d057710b60
adds StateManager tests
2023-11-06 17:22:26 +01:00
Mose Müller
f071bda35f
adds data service cache tests
2023-11-06 15:08:36 +01:00
Mose Müller
f88493d97c
fix: removes monkey path of emit_notification, adapts affected tests
2023-11-06 13:46:08 +01:00
Mose Müller
2b57df5aac
adds tests for serialization (and moves tests from test_data_service)
2023-11-02 14:11:08 +01:00
Mose Müller
69cd86b601
feat: adds autostart_tasks test
2023-10-25 16:39:11 +02:00
Mose Müller
f7f64bbe92
adding callback_manager tests
2023-10-25 16:23:06 +02:00
Mose Müller
5f64ec131c
feat: adding enum_serialize test
2023-10-10 12:29:45 +02:00