Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
cgroschupp committed Dec 29, 2020
1 parent 32fc042 commit 070d820
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,8 @@ def test_main_init_org(monkeypatch, capsys, config_writes_allowed):

def test_main_init_org_token(monkeypatch, capsys, config_writes_allowed):
monkeypatch.setattr(sys, 'argv', [
'ghcloneall', '--init', '--org', 'gtimelog', '--github-token', 'UNITTEST'
'ghcloneall', '--init', '--org', 'gtimelog', '--github-token',
'UNITTEST'
])
ghcloneall.main()
assert capsys.readouterr().out == (
Expand All @@ -1438,6 +1439,7 @@ def test_main_init_org_token(monkeypatch, capsys, config_writes_allowed):
'\n'
)


def test_main_init_filter_flags(monkeypatch, capsys, config_writes_allowed):
monkeypatch.setattr(sys, 'argv', [
'ghcloneall', '--init', '--org', 'gtimelog',
Expand Down

0 comments on commit 070d820

Please sign in to comment.