monkey/monkey/tests
Mike Salvatore 6d156b8fee Island: Return config timeouts in seconds
The old config scheme stored timeouts as milliseconds, whereas the new
one uses seconds. Seconds are more convenient because most python
methods expecting timeouts are expecting floating-point seconds.
2022-06-23 16:55:10 -04:00
..
common UT: Remove `supported_os` for exploiters from all tests 2022-06-22 09:10:47 -07:00
data_for_tests UT: Remove supported_os from default_config.py 2022-06-23 14:56:24 -04:00
monkey_island UT: Rename InMemoryFileAgentConfigurationRepository to 2022-06-23 17:15:50 +02:00
profiling Moved unit test files and profiling test decorator into test directory away from production code 2021-05-19 09:42:15 +03:00
unit_tests Island: Return config timeouts in seconds 2022-06-23 16:55:10 -04:00
__init__.py Added init files to test directories so that conftest files could import fixtures 2021-05-20 10:30:10 +03:00
utils.py Common: Move get_all_regular_files_in_directory() to utils.file_utils 2022-04-25 12:32:59 -04:00