Review Poetry detector tests #304
Labels
detector:poetry
The poetry detector
status:ready
Ready to start implementation
type:bug
Bug fix of existing functionality
In #184 and #230 we migrated from
Nett
toTomlyn
as our TOML parsing library asNett
was unsupported and deprecated. We used theIgnoreMissingProperties
option to allow us to parsepoetry.lock
files which are missing properties defined in ourPoetryLock
model. Unfortunately, this property was not being respected for objects, likemetadata
.This issue was fixed in xoofx/Tomlyn#44, and upgrading to
Tomlyn
version0.15.1
should resolve the issue. However, this should have been caught by our unit tests.This issue is created to followup on why this was not caught by our tests cases.
See #301 for more context
The text was updated successfully, but these errors were encountered: