зеркало из https://github.com/microsoft/pybryt.git
working on testing
This commit is contained in:
Родитель
3fe3e12596
Коммит
338c082808
|
@ -0,0 +1,10 @@
|
|||
[report]
|
||||
exclude_lines =
|
||||
# Have to re-enable the standard pragma
|
||||
pragma: no cover
|
||||
|
||||
# Don't complain if tests don't hit defensive assertion code:
|
||||
raise NotImplementedError
|
||||
|
||||
# Don't complain about the bodies of abstract functions
|
||||
\.\.\.
|
|
@ -149,7 +149,7 @@ class Annotation(ABC):
|
|||
Returns:
|
||||
``bool``: whether the objects are equal
|
||||
"""
|
||||
return self is other
|
||||
...
|
||||
|
||||
def before(self, other_annotation: "Annotation", **kwargs) -> "BeforeAnnotation":
|
||||
"""
|
||||
|
|
Загрузка…
Ссылка в новой задаче