From b95ad7a3a040b9d8986528eb15c60b578a82b613 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Thu, 24 Sep 2020 21:09:35 -0400 Subject: [PATCH] Update readme with completed trivial test step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd144b1..bd05b6f 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ usage in production systems. environments when necessary. - [ ] Add warnings when an unsupported Tox configuration option is detected while using the Poetry backend. -- [ ] Add trivial tests to ensure the project metadata is consistent between the pyproject.toml +- [X] Add trivial tests to ensure the project metadata is consistent between the pyproject.toml and the module constants. - [ ] Update to use [poetry-core](https://github.com/python-poetry/poetry-core) Tox configuration option) and improve robustness of the Tox and Poetry module imports