##// END OF EJS Templates
Fix Mixin Inheritence in Xunit unittest....
Fix Mixin Inheritence in Xunit unittest. Some unittest were weird mixin, properly make the base class an TestCase, and use setup/teardown to set local attributes. This adds compatibility with PyTest

File last commit:

r22722:622b6cfa
r25113:3ac47845
Show More
codecov.yml
9 lines | 136 B | text/x-yaml | YamlLexer
Matthias Bussonnier
Add codecov file, its apparently only way ton configure now.
r22722 coverage:
status:
project:
default:
target: auto
threshold: 10
patch:
default:
target: 0%