Skip to content

Commit

Permalink
undid some extraneous work on exit_code tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgrant committed Jun 9, 2016
1 parent 494fb83 commit f8ec04e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/test_exit_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,3 @@ def test_exit_code_version():

except subprocess.CalledProcessError:
assert(False)

def test_exit_code_empty_input():
"""Ensure that calling with empty input returns an exit code of 0."""
try:
subprocess.check_output("proselint")
except subprocess.CalledProcessError:
assert(False)

0 comments on commit f8ec04e

Please sign in to comment.