"tests/models/convnext/test_modeling_convnext.py" did not exist on "cd9274d0107079cb4ba5a8d00bba2fcd8236c220"
  • Aymeric Augustin's avatar
    Replace (TF)CommonTestCases for modeling with a mixin. · 345c23a6
    Aymeric Augustin authored
    I suspect the wrapper classes were created in order to prevent the
    abstract base class (TF)CommonModelTester from being included in test
    discovery and running, because that would fail.
    
    I solved this by replacing the abstract base class with a mixin.
    
    Code changes are just de-indenting and automatic reformattings
    performed by black to use the extra line space.
    345c23a6
test_modeling_roberta.py 12.8 KB