Skip to content

Commit

Permalink
fix test names, non_existant/nonexistent
Browse files Browse the repository at this point in the history
  • Loading branch information
derwolfe committed Mar 11, 2015
1 parent 55585d0 commit 97b03f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/functional/test_install_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def test_no_extras_uninstall(script):
assert initools_folder not in result2.files_deleted, result.files_deleted


def test_non_existant_extra_warns_user_no_wheel(script, data):
def test_nonexistent_extra_warns_user_no_wheel(script, data):
"""
A warning is logged telling the user that the extra option they requested
does not exist in the project they are wishing to install.
Expand All @@ -71,7 +71,7 @@ def test_non_existant_extra_warns_user_no_wheel(script, data):
)


def test_non_existant_extra_warns_user_with_wheel(script, data):
def test_nonexistent_extra_warns_user_with_wheel(script, data):
"""
A warning is logged telling the user that the extra option they requested
does not exist in the project they are wishing to install.
Expand All @@ -89,7 +89,7 @@ def test_non_existant_extra_warns_user_with_wheel(script, data):
)


def test_non_existant_options_listed_in_order(script, data):
def test_nonexistent_options_listed_in_order(script, data):
"""
Warn the user for each extra that doesn't exist.
"""
Expand Down

0 comments on commit 97b03f4

Please sign in to comment.