From 30bb987830cc3fcd123e2c5573d73a581afb7455 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Mon, 26 Apr 2021 11:59:17 -0400 Subject: [PATCH] Add missing pipenv and unit tests items to CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc8ecd791..6bbf81329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,3 +19,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Reformated all code using black. #1070 - Sorted all imports usind isort. #1081 - Addressed all flake8 issues. #1071 +- Use pipenv for python dependency management. #1091 +- Moved unit tests to a dedicated `tests/` directory to improve pytest + collection time. #1102