49 Commits

Author SHA1 Message Date
06f2d781ae refactor: rename module BECMessage -> messages
This should help to avoid confusion between BECMessage module and
BECMessage class located in the same module
2023-11-10 10:28:53 +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
08d34a8418 fix: fixed bug in complete for all devices 2023-10-30 12:07:02 +00:00
03595b42f7 fix: changed progress update from devicestatus to progress message 2023-10-06 11:03:11 +02:00
79c9e3c841 test: added test for obj destruction 2023-08-31 22:21:45 +02:00
aae5e1a050 test: fixed tests 2023-07-08 14:34:41 +00:00
441afec08b test: added more tests 2023-07-08 14:34:41 +00:00
734c6d0a36 test: added config handler tests 2023-07-04 14:29:27 +02:00
a944e43e1a feat: renamed bec_client_lib to bec_lib 2023-06-28 11:04:24 +02:00
f43d4ebac6 refactor: moved utils into bec_client_lib 2023-06-01 18:01:42 +02:00
28d26b6c39 test: disabled metrics and service info threads for tests 2023-03-20 16:47:28 +01:00
c7c1c44be6 feat: added complete and support for new kickoff signature 2023-03-20 14:54:10 +01:00
2f61b328cf fix: fixed bugs related to refactoring 2023-03-05 17:30:15 +01:00
d0134ca4be refactor: changes related to new config management 2023-03-03 10:36:07 +01:00
26852251c5 intermediate commit 2023-02-28 16:26:15 +01:00
82953f9d4e fix: added missing files 2023-02-26 17:37:37 +01:00
d846d55cde feat: decoupled scibec from core services; added config to redis 2023-02-26 17:33:24 +01:00
stalbe_j
8effbb8a71 tests: added exception tests to handle_device_instructions 2023-02-03 13:11:02 +01:00
stalbe_j
68fcbcfe43 tests:decoupled handle_instructions and changed from mock.magicmock to context managers 2023-02-02 15:46:20 +01:00
stalbe_j
4715628c9d test: expanded test_trigger_device, rearranged the order of the tests 2023-01-10 13:39:48 +01:00
stalbe_j
e72d4e0751 test: test_update_device_metadata 2023-01-10 11:55:52 +01:00
stalbe_j
34571d2d12 test: test_stop, test_start 2023-01-10 11:38:52 +01:00
stalbe_j
b663290039 test: test_update_status 2023-01-10 11:19:36 +01:00
stalbe_j
3b86d3e965 test: fixed test_handle_device_instructions 2023-01-10 11:07:47 +01:00
8f3d6df6a1 refactor: deviceinstructionmessage should always have at least one device 2023-01-10 10:41:54 +01:00
stalbe_j
12bd0755d1 Merge branch 'master' into device_server_tests 2023-01-10 09:55:00 +01:00
stalbe_j
0340e06c4c test:started with test_handle_device_instructions 2023-01-10 09:54:50 +01:00
stalbe_j
0b35a4c669 test: add test_assert_device_is_valid 2023-01-10 09:30:49 +01:00
c44da88801 test: added option to discard pipeline data 2023-01-10 09:28:43 +01:00
stalbe_j
4d091b8fdf test: added test_assert_device_is_enabled 2023-01-10 09:22:54 +01:00
stalbe_j
595376579b test: improved test_read_device 2023-01-10 08:37:10 +01:00
488654e3a6 test: added device server tests 2022-12-26 11:59:37 +01:00
ad56d591e2 fix: fixed test for merged db updates 2022-11-23 13:23:34 +01:00
fa6bfd0d21 fixed device stop for set-disabled devices 2022-10-31 09:11:35 +01:00
875cbf77a1 fixed import 2022-10-26 19:28:52 +02:00
4a53eb0dc9 resolved test file conflict 2022-10-26 19:25:26 +02:00
2474cc7ff6 fixed tests 2022-10-26 13:46:37 +02:00
4c84377604 bug fixes related to new config 2022-10-26 13:34:38 +02:00
2246a7c46e updated tests to work with new config 2022-10-26 12:48:58 +02:00
44323ddf3b added config handler test 2022-10-14 21:01:36 +02:00
8058ac001a fixed test 2022-10-14 20:29:20 +02:00
69fa7e1bc2 added test for unreachable devices 2022-10-12 09:43:08 +02:00
b7536dc650 updated configs 2022-09-18 14:43:40 +02:00
2555c5329f added stage test 2022-09-18 13:25:53 +02:00
e54ef0c63f added test placeholder 2022-09-18 13:03:47 +02:00
d556ed9c50 refactoring; added test for device connection 2022-09-18 13:03:28 +02:00
8505e55198 added device init test 2022-09-09 18:48:10 +02:00