32 Commits

Author SHA1 Message Date
b24f65a2a1 feat(tests): fixtures for end-2-end tests (available as a pytest plugin) 2024-03-28 10:40:36 +01:00
d1834a13c1 refactor: cleanup of BECClient 2024-03-20 08:06:43 +01:00
8b85165bc4 test: added e2e test for pseudo signal 2024-03-10 18:33:00 +01:00
4f63fef18c fix: fix dap test, cleanup redudant config values 2024-03-01 07:00:53 +01:00
d37c5e7391 feat: Add Ophyd DeviceProxy to backend for simulation framework, delayed init of proxies 2024-02-23 13:47:06 +01:00
32df081906 test(bec_lib): added config test for invalid device class 2024-02-23 07:21:22 +01:00
67b96b9a6f test(bec_lib): added tests for config updates; added threads check 2024-02-23 07:21:22 +01:00
27c53dab77 test(e2e): added wait to set 2024-02-16 19:28:03 +01:00
4060b8651b fix(bec_lib.device): made device.position a property to be compliant with ophyd 2024-02-16 19:04:16 +01:00
d57e95e20d test: fixed test after modifying dap interface 2024-02-12 13:50:08 +01:00
7e9da19445 test: fixed sim type for dap test 2024-02-09 15:26:30 +01:00
7f257a929c test: added e2e test for dap and sim fit 2024-02-09 10:46:48 +01:00
a8204ac848 test: add modified test including .put from client 2024-02-08 22:54:46 +01:00
f778302966 fix: fixed rpc calls on device properties 2024-01-30 12:09:55 +01:00
4fae99c0db test: fixed typo 2024-01-29 23:05:08 +01:00
2405053ff0 test: fixed typo 2024-01-29 22:57:12 +01:00
7cdf4c3d47 test: added e2e test for read_configuration and limit updates 2024-01-29 22:52:08 +01:00
77232ac75f fix: wait for scihub server to become ready 2023-12-18 16:50:50 +00:00
cbc3870884 test: fixed tests for new scan data structure 2023-11-21 11:45:27 +01:00
524ef24da0 refactor: flatten bec_lib structure 2023-11-10 10:24:33 +01:00
de5da559a6 refactor: move bec_lib test utils out of core folder 2023-11-10 10:22:51 +01:00
146898ec3f refactor: run isort on all files
$ isort . --profile=black --line-width=100 --multi-line=3 --trailing-comma
2023-11-10 10:22:47 +01:00
11d7b411c0 test: added logger output 2023-08-20 00:24:06 +02:00
7c5c3ff735 test: ensure that values are beyond limits 2023-08-19 23:49:13 +02:00
019fcdaa07 fix: fixed bug in wait function for aborted move commands 2023-08-19 19:58:47 +00:00
a944e43e1a feat: renamed bec_client_lib to bec_lib 2023-06-28 11:04:24 +02:00
08cfdffb5a ci: fix async callback test 2023-06-25 12:45:33 +02:00
1ae04ac193 fix: fixed sync scan item callbacks 2023-06-07 18:33:04 +02:00
f43d4ebac6 refactor: moved utils into bec_client_lib 2023-06-01 18:01:42 +02:00
bcd54aede8 test: fixed fixture 2023-05-30 18:39:35 +02:00
a651567506 refactor: cleanup 2023-05-30 17:38:07 +02:00
c28501993a fix: fixed scan object for client lib; closes #74 2023-05-30 17:26:38 +02:00