mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
f01a505155
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
4 lines
71 B
Python
4 lines
71 B
Python
class TestPipenv():
|
|
def test_existience(self):
|
|
assert True
|