0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00
Commit Graph

448 Commits

Author SHA1 Message Date
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
3866d7ce4d fix: test_bec_monitor.py config loaded fresh in the test function to avoid parameter leak 2023-10-30 17:48:09 +00:00
989cd51162 fix: test_bec_monitor.py setup_monitor help function changed to pytest.fixture 2023-10-30 17:48:09 +00:00
1fd018512f refactor: test_config_dialog.py and test_bec_monitor.py clean up 2023-10-30 17:48:09 +00:00
1cdd760e40 fix: test_config_dialog.py - QApplication removed 2023-10-30 17:48:09 +00:00
1333e6cbca fix: test_config_dialog.py - test_add_new_plot_and_modify qtbot action .click() changed -> function called directly 2023-10-30 17:48:09 +00:00
4e710dda5e fix: test_config_dialog.py disabled 2023-10-30 17:48:09 +00:00
77e1d0925d fix: test_bec_monitor.py QApplication instance removed 2023-10-30 17:48:09 +00:00
60e864b259 fix: test_config_dialog.py QApplication instance added 2023-10-30 17:48:09 +00:00
a3a72b9b93 refactor: test_bec_monitor.py widget name changed 2023-10-30 17:48:09 +00:00
6a5e0adfb2 test: test_config_dialog.py added 2023-10-30 17:48:09 +00:00
5ad19b4d7b refactor: test configs are saved as yaml and shared for similar tests 2023-10-30 17:48:09 +00:00
cb6fb9d78b refactor: BECDeviceMonitor changed to BECMonitor 2023-10-30 17:48:09 +00:00
e4336cca30 test: BECDeviceMonitor tests 2023-10-30 17:48:09 +00:00
2925a5f20e test: test_stream_plot.py basic tests for stream_plot.py, test_basic_plot.py removed 2023-10-17 13:40:30 +02:00
7152c5b229 test: add bec_dispatcher tests 2023-10-17 13:38:33 +02:00
8f83115efc test: test_basic_plot.py deactivated due to non-existing method on_scan_segment 2023-10-17 10:45:06 +02:00
144e56cdd9 refactor: duplicate scripts of BasicPlot removed, BasicPlot renamed to StreamPlot 2023-10-17 10:45:06 +02:00
f7cbdbc5ca fix: scan_plot tests
Add scanID key to scan_segment in tests
2023-10-12 15:32:52 +02:00
7335aa9597 refactor: replace connect with connect_slot 2023-10-12 15:13:57 +02:00
616de26150 refactor: switch to generic connect_slot method in plots 2023-10-12 13:40:07 +02:00
eb1f1d481e refactor: test_extreme.py corrected typos 2023-10-10 12:43:07 +02:00
6c3dfddd28 test: test_extreme.py MessageBox buttons Cancel and Retry tested 2023-10-10 12:43:07 +02:00
ac2a41d2d8 test: test_extreme.py ErrorHandler tested separately 2023-10-10 12:43:07 +02:00
90f22c2288 test: test_extreme.py error handling tested 2023-10-10 12:43:07 +02:00
36942b316a test: test_extreme.py init_ui more edge cases 2023-10-10 12:43:07 +02:00
0338462a85 test: test_extreme.py test_init_config fixed for scan_config 2023-10-10 12:43:07 +02:00
daf4ee190e test: test_extreme.py test_init_config new config tested 2023-10-10 12:43:07 +02:00
0ec65a0b41 test: test_extreme.py on_scan_segment tested with all entries correctly defined 2023-10-10 12:43:07 +02:00
6322c4720f test: test_eiger_plot.py added qtbot.waitExposed(widget) 2023-09-29 09:34:15 +00:00
08d956940e test: test_eiger_plot.py optimised imports 2023-09-29 09:34:15 +00:00
779f34f500 test: added initial tests for extreme.py 2023-09-29 09:34:15 +00:00
c827a25dab test: added test_zmq_consumer for eiger_plot.py 2023-09-29 09:34:15 +00:00
0a0d51d278 test: added test_start_zmq_consumer for eiger_plot.py 2023-09-29 09:34:15 +00:00
70684d119f test: added test_on_image_update for eiger_plot.py 2023-09-29 09:34:15 +00:00
2fa1755170 test: crosshair mouse_moved signals for 1D and 2D 2023-08-17 15:53:51 +02:00
23c206d550 refactor: rename line_plot to basic_plot 2023-08-11 10:21:12 +02:00
dc5fd9959f refactor: made client a module import 2023-08-10 18:12:21 +02:00
14e92e8d68 refactor: changed from bec client to dispatcher 2023-08-08 14:10:24 +02:00
9883caa1b3 test: fixed client mock 2023-07-19 10:06:21 +02:00
d37fbf5c4f test: add test for line_plot 2023-07-18 21:54:01 +02:00
b790dd2d08 test: removed deprecated waitforwindowshown method of qtbot 2023-07-13 18:46:37 +02:00
f10de383a8 test: added tests for scan plot 2023-07-13 18:32:27 +02:00
db274c644f feat: added config plotter 2023-07-11 17:58:07 +02:00