cdent / gabbi

Declarative HTTP Testing for Python and anything else
http://gabbi.readthedocs.org/
Other
148 stars 34 forks source link

yaml files with the same name loaded by different pytest generators conflict on fixtures #255

Open cdent opened 6 years ago

cdent commented 6 years ago

A global cache in gabbi/pytester.py uses keys which are insufficiently distinct when a yaml file has the same name but is in a different directory and loaded via a different test.

(More detail to follow, this is a reminder)