Skip to content

Commit

Permalink
test_optional_args was not being tested
Browse files Browse the repository at this point in the history
  • Loading branch information
robnagler committed Apr 16, 2019
1 parent b13ec5c commit 1acad64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pksetup_test.py
Expand Up @@ -59,7 +59,7 @@ def test_build_clean():
check_call(['python', 'setup.py', 'pkdeploy'])


def xtest_optional_args():
def test_optional_args():
"""Create a normal distribution"""
with _project_dir('pksetupunit2') as d:
call(['pip', 'uninstall', '-y', 'shijian'])
Expand Down

0 comments on commit 1acad64

Please sign in to comment.