mirror of
https://github.com/vale981/releases
synced 2025-03-06 02:01:41 -05:00
Moar tests
This commit is contained in:
parent
f14233585a
commit
31ab38c468
1 changed files with 4 additions and 2 deletions
|
@ -176,10 +176,12 @@ class nodes(Spec):
|
|||
assert 'Bug' in nodes[0][1][0][0][0]
|
||||
|
||||
def features_marked_as_features(self):
|
||||
skip()
|
||||
nodes = self._generate('1.1.0', self.f)
|
||||
assert 'Feature' in nodes[0][1][0][0][0]
|
||||
|
||||
def support_marked_as_suppot(self):
|
||||
skip()
|
||||
nodes = self._generate('1.1.0', self.s)
|
||||
assert 'Support' in nodes[0][1][0][0][0]
|
||||
|
||||
def zeroed_issues_appear_as_unlinked_issues(self):
|
||||
skip()
|
||||
|
|
Loading…
Add table
Reference in a new issue