monkey/monkey
Mike Salvatore e1209dcb4c cc: add data_dir_abs_path property to EnvironmentConfig
EnvironmentConfig needs to handle environment variables and '~' in its
`data_dir` property. Other components that consume `data_dir` need
environment variables and '~' resolved to an absolute path. Add a
property called `data_dir_abs_path` that calculates the absolute path
from `data_dir`. Since `data_dir` remains unchanged, the
EnvironmentConfig can be saved to file without modifying the `data_dir`
option in the file.
2021-03-31 08:27:41 -04:00
..
common Bumped version number to 1.10 2021-03-24 15:26:20 +02:00
infection_monkey Added simplejson requirements to monkey requirements 2021-03-23 16:58:26 +02:00
monkey_island cc: add data_dir_abs_path property to EnvironmentConfig 2021-03-31 08:27:41 -04:00
.coveragerc ci: add .coveragerc to omit unit test code from coverage report 2021-01-17 20:20:06 -05:00
__init__.py Move everything under monkey 2018-05-23 16:05:41 +03:00
codecov.yml Updated codecov coloring. 2020-03-15 11:50:43 +02:00
infection_monkey.py String vs byte stream mixup bugs fixed 2019-09-20 18:07:17 +03:00
monkey_island.py Extracted island argument parsing into a separate file 2021-03-31 07:37:49 -04:00
pytest.ini Exported multiple configurations of CI tools to separate configurations, improved script 2020-11-06 11:48:52 +02:00