-
Notifications
You must be signed in to change notification settings - Fork 4
Reduce duplication in test_adapter #25
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
It isnt clear how each adapter functions differently from the others.
TestCase inheritance was used for the everywhere adapters.
It should also be added to the non-everywhere adapters to reduce duplication of identical behaviour.