shawnbrown / pytest-datatest

The development version of datatest's pytest integration.
https://github.com/shawnbrown/datatest
MIT License
3 stars 0 forks source link

DatatestReprEntry Test Failure #1

Closed shawnbrown closed 4 years ago

shawnbrown commented 4 years ago

pytest changed an argument name for its ReprEntry class (an internal API). The argument was renamed from filelocrepr to reprfileloc. See:

This broke one of the TestDatatestReprEntry test methods:

https://github.com/shawnbrown/pytest-datatest/blob/19ca5b8c507de62ce25554ea0ac3960154de4f39/tests/test_datatest.py#L116

shawnbrown commented 4 years ago

This has been addressed: dfe7580486d62d11af79a44af32476693a313d59