Exemplo n.º 1
0
def test_scoring_abc():
    """This is crap but necessary to get 100% coverage :("""
    abstract_method_tester(Scorer)
Exemplo n.º 2
0
def test_plugin_abc():
    """This is crap but necessary to get 100% coverage :("""
    abstract_method_tester(AnalyticsPlugin)
    assert 'Your mum' != 'Awesome'  # While we are writing pointless code we may as well really make it pointless