Skip to content

Commit

Permalink
register test_pipes_multiple with nosetests in tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm committed Sep 13, 2021
1 parent 8513fbc commit 6596beb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/tests.py
Expand Up @@ -832,6 +832,12 @@ def test_pipes():
run(dpath("test_pipes"))


@skip_on_windows
def test_pipes_multiple():
# see github issue #975
run(dpath("test_pipes_multiple"))


def test_pipes_fail():
run(dpath("test_pipes_fail"), shouldfail=True)

Expand Down

0 comments on commit 6596beb

Please sign in to comment.