Skip to content

Commit

Permalink
Re enable debug testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed May 5, 2017
1 parent 0c44880 commit 1bb9c49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,4 @@ exclude_lines =

if dialog\.exec_():

if not skip_input.*:

if self.debug:

if debug:
if not skip_input.*:
1 change: 0 additions & 1 deletion tests/test_commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def test_align_basic_errors(basic_corpus_dir, large_dataset_dictionary, generate
align_included_model(args, skip_input=True)


@pytest.mark.xfail
def test_align_basic_debug(basic_corpus_dir, large_dataset_dictionary, generated_dir):
args = DummyArgs()
args.debug = True
Expand Down

0 comments on commit 1bb9c49

Please sign in to comment.