Closed JSAbrahams closed 2 years ago
Merging #353 (83caba6) into develop (2e8b2d7) will decrease coverage by
0.00%
. The diff coverage is94.91%
.
@@ Coverage Diff @@
## develop #353 +/- ##
===========================================
- Coverage 86.94% 86.94% -0.01%
===========================================
Files 108 108
Lines 11609 11641 +32
===========================================
+ Hits 10094 10121 +27
- Misses 1515 1520 +5
Relevant issues
Summary
However, generate stage does not use a Context to check whether an abstract class already had a parent which is abstract. This results in redundant
ABC
parents. This should be also fixed (in a separate PR) before closing #331.Added Tests
ABC
and@abstractmethod
imported and used.