Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Reset test for dch capability after each execution
Browse files Browse the repository at this point in the history
Fixes: #55.
  • Loading branch information
Dmitriy Shilin authored and eugulixes committed Mar 1, 2017
1 parent 20853c7 commit a578aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gits/test/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ def _check_cap_dl(self, n, lines):
s = line[0]
self._check_string(s, (x, i), (len(s), i))

@reset_after_executing
def _check_cap_dch(self, s, n):
"""A helper that checks the `_cap_dch` method.
Expand Down

0 comments on commit a578aec

Please sign in to comment.