forked from p15670423/monkey
Update changelog with BB test performance improvements
This commit is contained in:
parent
f6b52d9031
commit
ded9c03430
|
@ -36,6 +36,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
- `server_config.json` puts environment config options in a separate section
|
- `server_config.json` puts environment config options in a separate section
|
||||||
named "environment". #1161
|
named "environment". #1161
|
||||||
- BlackBox tests can now register if they are ran on a fresh installation. #1180
|
- BlackBox tests can now register if they are ran on a fresh installation. #1180
|
||||||
|
- Limit the ports used for scanning in blackbox tests. #1368
|
||||||
|
- Limit the propagation depth of most blackbox tests. #1400
|
||||||
|
- Blackbox tests wait less time for monkeys to die. #1400
|
||||||
- Improved the structure of unit tests by scoping fixtures only to relevant modules
|
- Improved the structure of unit tests by scoping fixtures only to relevant modules
|
||||||
instead of having a one huge fixture file, improved and renamed the directory
|
instead of having a one huge fixture file, improved and renamed the directory
|
||||||
structure of unit tests and unit test infrastructure. #1178
|
structure of unit tests and unit test infrastructure. #1178
|
||||||
|
|
Loading…
Reference in New Issue