mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
attempted fix of second test
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -176,9 +176,9 @@ class TestPipenv():
|
||||
delegator.run('rm -fr test_pipenv_uninstall')
|
||||
|
||||
def test_pipenv_run(self):
|
||||
working_dir = 'test_pipenv_run'
|
||||
delegator.run('mkdir {0}'.format(working_dir))
|
||||
os.chdir(working_dir)
|
||||
# working_dir = 'test_pipenv_run'
|
||||
# delegator.run('mkdir {0}'.format(working_dir))
|
||||
# os.chdir(working_dir)
|
||||
|
||||
# Build the environment.
|
||||
os.environ['PIPENV_VENV_IN_PROJECT'] = '1'
|
||||
@@ -193,8 +193,8 @@ class TestPipenv():
|
||||
assert delegator.run('pipenv run pep8 --version').return_code == 0
|
||||
assert delegator.run('pipenv run pytest --version').return_code == 0
|
||||
|
||||
os.chdir('..')
|
||||
delegator.run('rm -fr {0}'.format(working_dir))
|
||||
# os.chdir('..')
|
||||
# delegator.run('rm -fr {0}'.format(working_dir))
|
||||
|
||||
def test_ensure_proper_casing_names(self):
|
||||
"""Ensure proper casing for package names."""
|
||||
|
||||
Reference in New Issue
Block a user