From 53a31f7272fc7d6a150ce6a110d285e72e64851b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 1 Sep 2017 22:12:04 -0400 Subject: [PATCH] that's why Signed-off-by: Kenneth Reitz --- test_windows/__init__.py | 0 test_windows/basic.py | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 test_windows/__init__.py create mode 100644 test_windows/basic.py diff --git a/test_windows/__init__.py b/test_windows/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/test_windows/basic.py b/test_windows/basic.py new file mode 100644 index 00000000..ad36f137 --- /dev/null +++ b/test_windows/basic.py @@ -0,0 +1,3 @@ +class TestPipenv(): + def test_existience(self): + assert True