diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-01 20:19:49 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-07-01 20:19:49 -0400 |
commit | 4e8c08eb8fb22afa61b805f545c0d0460e79184e (patch) | |
tree | f249feee0eda6894482d45045a796271851ad7dd /tests | |
parent | 41d4aa2e7d9957dd13786e93a1af42949c82fa25 (diff) | |
download | cmd2-git-4e8c08eb8fb22afa61b805f545c0d0460e79184e.tar.gz |
Stopped skipping a unit test on Windows which should pass now
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_cmd2.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_cmd2.py b/tests/test_cmd2.py index 1bed3c07..592e6af2 100644 --- a/tests/test_cmd2.py +++ b/tests/test_cmd2.py @@ -131,8 +131,6 @@ def test_base_run_python_script(base_app, capsys, request): assert out == expected -@pytest.mark.skipif(sys.platform == 'win32', - reason="Unit test doesn't work on win32, but feature does") def test_base_run_pyscript(base_app, capsys, request): test_dir = os.path.dirname(request.module.__file__) python_script = os.path.join(test_dir, 'script.py') |