0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00
Commit Graph

93 Commits

Author SHA1 Message Date
d996ff9284 fix(test): add a temporary test 2024-02-27 14:09:54 +01:00
8127fc2960 fix(bec_dispatcher): adapt code to redis connector refactoring 2024-02-26 19:26:15 +01:00
644f1031f6 fix(tests): BECDispatcher fixture putted back 2024-02-26 14:27:22 +01:00
fd711b475f fix(cli/rpc): rpc client can return any type of object + config dict of the widgets 2024-02-26 14:06:36 +01:00
57132a4721 fix(cli/rpc): server access children widget.find_widget_by_id(gui_id) 2024-02-26 13:26:55 +01:00
f06e652b82 test(plots/waveform1d): tests added 2024-02-25 17:52:11 +01:00
0363fd5194 feat(widgets/figure): clear_all method for BECFigure 2024-02-23 15:27:09 +01:00
826a5e9874 test(test_plot_base): BECPlotBase tests added 2024-02-23 13:37:25 +01:00
f668eb8b9b test(test_bec_figure): tests for BECFigure added 2024-02-23 13:06:18 +01:00
8135f68230 test(tests/test_bec_connector): test_bec_connector.py added 2024-02-23 10:53:10 +01:00
4051902f09 test(tests/client_mocks): added general mock_client with container for fake devices for testing 2024-02-23 10:53:10 +01:00
4b0542a513 refactor: pylint ignore for tests 2024-02-12 13:53:52 +01:00
bf04a4e04a test: motor_control_compilations.py and motor_control.py tests added 2024-02-12 13:53:52 +01:00
5ebfd2a3c2 test: fixed import in test_validator_errors.py 2024-02-07 17:23:03 +01:00
b36131eed5 fix: adapt code to BEC 1.0 2024-02-07 17:16:43 +01:00
ab275b8e5f fix: monitor.py replots last scan after changing config with new signals; config_dialog.py checks if the new config is valid with BEC 2024-01-26 16:42:08 +01:00
8d0083c4aa test: fix test_bec_monitor_scatter2D.py database init test change to check defaultdict 2024-01-23 14:42:11 +01:00
c6fe9d2026 test: test_bec_monitor_scatter2D.py added 2024-01-23 13:51:23 +01:00
75090b8575 feat: BECMonitor2DScatter for plotting x/y/z signal as a mesh of scatter plot 2024-01-23 13:51:23 +01:00
4664568672 fix(tests): ensure BEC service is shutdown after bec dispatcher test 2024-01-20 23:04:51 +01:00
3fb6644543 fix(tests): ensure threads started during plot tests are properly stopped 2024-01-20 23:01:41 +01:00
d909673071 refactor(tests): ensure BEC dispatcher singleton object is renewed at each test
and add a check for dangling threads
2024-01-19 19:40:21 +01:00
8bebc4f692 refactor: pylint improvement 2024-01-17 14:59:53 +01:00
1cd273c375 test: test_motor_map.py added 2024-01-17 14:59:53 +01:00
7607d7a3b6 fix: bec_dispatcher.py can partially disconnect topics from slot 2024-01-16 16:02:31 +01:00
e51be04b95 fix: bec_dispatcher.py can connect multiple topics to one callback slot 2024-01-16 16:02:31 +01:00
58721bea1a feat: bec_dispatcher can link multiple endpoints topics for one qt slot 2024-01-12 14:22:29 +01:00
3982c5d498 refactor: config_dialog.py refactored to accept new config formatting 2024-01-08 16:31:56 +01:00
5ab82bc133 fix: monitor_config_validator.py changed to check .describe() instead of signals 2023-12-21 16:59:02 +01:00
90d8069cc3 test: test_validator_errors.py fixed 2023-12-15 19:05:38 +01:00
457567ef74 test: test_bec_monitor.py fixed 2023-12-15 18:28:29 +01:00
186c42d667 fix: formatter and tests fixed 2023-12-12 18:24:38 +01:00
f3a47a5b08 refactor: repo reorganisation 2023-12-12 17:26:28 +01:00
3abd955465 refactor: repo reorganization 2023-12-12 17:26:22 +01:00
2a334156a8 test: validation errors tests 2023-12-07 19:32:21 +01:00
aad754f472 test: removed captured code for Permission tests 2023-12-06 16:27:09 +01:00
f5d1127d21 test: additional tests for error handling for yaml_dialog.py 2023-12-06 16:12:51 +01:00
a4d9713785 refactor: improve pylint score 2023-11-22 13:24:23 +01:00
b21c1db2a9 test: test_editor.py tests added 2023-11-22 13:12:25 +01:00
b6f6bc5b20 refactor: migration to qtpy 2023-11-13 18:37:32 +01:00
cae4f8b934 refactor: fix bec_lib imports in tests 2023-11-13 15:42:37 +01:00
05c822617a test: tests fixed; test_bec_monitor.py extended for FakeDevice class 2023-11-13 15:42:37 +01:00
5ec2b08e34 refactor: fix bec_lib imports 2023-11-13 08:29:07 +01:00
832a438b24 test: tests for scan_control 2023-11-09 21:53:09 +01:00
975aadbf07 refactor: changed widget_IO.py to widget_io.py for consistency; widget_io.py example excluded from coverage 2023-11-08 14:21:29 +01:00
679d3e1980 test: test_widget_io.py fixed 2023-11-08 11:20:40 +01:00
850f02338e test: test_yaml_dialog.py tests for loading/saving dialog for .yaml export 2023-10-31 16:03:53 +01:00
f396f98e73 test: test_hierarchy.py added 2023-10-31 15:11:49 +01:00
fd49f1b484 refactor: config_dialog.py add_new_plot_tab and add_new_scan_tab changed names 2023-10-31 13:03:20 +01:00
3a4cbb1bb6 refactor: test_bec_monitor.py and test_config_dialog.py cleaned up 2023-10-30 17:48:09 +00:00