Added unit test refactoring into the CHANGELOG.md

This commit is contained in:
VakarisZ 2021-05-20 14:38:29 +03:00 committed by shreyamalviya
parent b02c006c51
commit 6eb377858d
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Authentication mechanism to use bcrypt on server side. #1139
- `server_config.json` puts environment config options in a separate section
named "environment". #1161
- 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
structure of unit tests and unit test infrastructure. #1178
### Removed
- Relevant dead code as reported by Vulture. #1149