Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UnitTests] More careful removal of fixture functions from module glo…
…bal scope. - Initial implementation only checked hasattr(obj, "_pytestfixturefunction") before removing obj, which gave false positives for objects that implement __getattr__, such as caffe.layers. Now, also check that the value contained is a FixtureFunctionMarker.
- Loading branch information