Nate Prewitt
|
c37a0143f3
|
test internal pipfile/lock representations and new utils
|
2017-02-28 11:16:14 -07:00 |
|
Nate Prewitt
|
653110c836
|
test case normalization on add/remove from Pipfile
|
2017-02-25 09:06:04 -07:00 |
|
Hyeon Kim
|
a81197d6bf
|
Change the naming scheme of virtualenv
New property has been added as discussed as
https://github.com/kennethreitz/pipenv/pull/238#discussion_r102049269
project.virtualenv_name
It'll be '<sanitized-name>-<hash>' where <sanitized-name> is a project
name without whitespaces, and hash is base64-encoded sha256 of pipfile
location.
For example, if the pipfile was located at '/home/user/MY_PROJECT/Pipfile',
the 'virtualenv_name' will be 'my-project-wyUfYPqE'.
Closes #228
References:
https://github.com/kennethreitz/pipenv/issues/228
https://github.com/kennethreitz/pipenv/pull/238
|
2017-02-21 14:03:44 +09:00 |
|
Nate Prewitt
|
4f9d27aba6
|
removing unneeded pew test
|
2017-02-11 15:34:40 -07:00 |
|
Nate Prewitt
|
547a084d3b
|
test adding and removing packages from Pipfile
|
2017-02-10 11:54:07 -07:00 |
|
Nate Prewitt
|
faeb5f1329
|
caching pipfile_location and testing
|
2017-02-10 09:22:25 -07:00 |
|
Nate Prewitt
|
1126d79311
|
more tests
|
2017-02-09 09:05:18 -07:00 |
|
Nate Prewitt
|
e5f1b61f8c
|
initial testing work
|
2017-02-02 16:57:14 -07:00 |
|