Ed Morley
cbb718bb8b
Fix pip uninstall by moving it prior to pip install ( #413 )
...
The pip-uninstall step stopped working when it was moved to after
the pip-install step in f27a84e .
This regression was temporarily fixed by part of #397 , however that
PR was reverted in #404 .
Adds a test to hopefully catch any future regressions :-)
Fixes #393 .
2017-06-14 17:15:52 -04:00
kennethreitz
db95cdd3f3
new pylibmc test ( #408 )
2017-06-05 13:47:48 -04:00
Ed Morley
7a579e4eb7
Make assertCapturedSuccess display stdout if stderr was empty ( #390 )
...
In cases where there is no stderr there was previously no output,
which made it hard to find the cause. The assertion messages have
also been adjusted to remove the repetition (shunit2 already outputs
expected vs actual itself).
Before:
```
testPipenv
ASSERT:Expected captured exit code to be 0; was <2> expected:<0> but was:<2>
testPipenvVersion
```
After:
```
testPipenv
ASSERT:Captured exit code - expected:<0> but was:<2>
! Warning: Your application is missing a Procfile. This file tells Heroku how to run your application.
! Learn more: https://devcenter.heroku.com/articles/procfile
-----> Installing python-2.7.13
-----> Installing pip
-----> Generating 'requirements.txt' with pipenv
testPipenvVersion
```
Fixes #389 .
2017-05-25 11:46:09 -07:00
kennethreitz
65648fb7a8
fix tests
2017-03-16 12:44:36 -04:00
kennethreitz
45b0d18532
fix tests further
2017-03-16 12:29:07 -04:00
kennethreitz
c19f0f83ee
fix build
2017-03-15 23:54:59 -04:00
kennethreitz
c3849fb6d3
improvements
2017-03-14 13:36:14 -04:00
kennethreitz
5608ed9f3c
fix build
2017-03-14 13:21:40 -04:00
kennethreitz
e9108858fc
v100
2017-03-14 11:59:39 -04:00
kennethreitz
8bd209de13
further fix test
2017-03-14 11:28:50 -04:00
kennethreitz
58e9c84347
fix tests
2017-03-14 11:27:18 -04:00
kennethreitz
dcfff15151
cleanups
2017-03-14 11:23:28 -04:00
kennethreitz
9426dc8668
fix test
2017-03-14 10:54:38 -04:00
kennethreitz
cdbeb6419e
2.7.11
2017-03-14 10:50:55 -04:00
kennethreitz
858113cf76
tests for newlines
2017-03-14 10:49:49 -04:00
kennethreitz
0fadebf7d8
more tests
2017-03-10 12:37:11 -05:00
kennethreitz
63810f29d3
passing tests
2017-03-10 11:43:11 -05:00
kennethreitz
0de749a6a2
updated tests
2017-03-10 11:22:07 -05:00
kennethreitz
2df1131d3c
remove bpwatch
2017-03-10 11:21:57 -05:00
kennethreitz
09b7e44841
fix tests
2017-03-08 16:57:33 -05:00
kennethreitz
607dcfda07
no pipenv test (for now)
2017-03-08 08:31:09 -05:00
kennethreitz
26a0b9678f
no version checking yet
2017-03-07 12:09:09 -05:00
Kenneth Reitz
e58e5d2b74
more tests
2017-03-07 11:58:53 -05:00
kennethreitz
012cb8a4df
Added more tests
2017-02-01 15:09:49 -05:00
kennethreitz
fab60ae6ab
more tests
2017-01-24 23:16:36 -05:00
kennethreitz
cd52da6155
tell travis to run the tests
2017-01-24 23:16:36 -05:00
Kenneth Reitz
d3f8351744
no tests
2014-07-15 10:56:04 -04:00
cclauss
330524adba
Changed if len(history): to if history:
2014-05-11 22:47:30 +02:00
cclauss
85bddf8f00
Added simple runtime test for Pypy 2
2014-05-11 22:44:39 +02:00
cclauss
7b0d891f4d
Added simple runtime test for Pypy 2
2014-05-11 22:43:45 +02:00
cclauss
84f0e2feba
Added simple runtime test for Pypy 2
2014-05-11 22:42:49 +02:00
cclauss
76309c35ec
Added simple runtime test for Python 2
2014-05-11 22:38:35 +02:00
cclauss
3f6b453c0a
Added simple runtime test for Python 2
2014-05-11 22:37:03 +02:00
cclauss
43dbb49103
Updated Requests to 2.2.1
2014-05-11 22:33:33 +02:00
cclauss
f08f93f347
Updated Python to 3.4.0
2014-05-11 22:32:20 +02:00
cclauss
e0c852f4b9
Added django 1.6 skeleton for testing
2014-05-11 22:30:27 +02:00
cclauss
15373996f4
Added django 1.6 skeleton for testing
2014-05-11 22:29:42 +02:00
cclauss
ff1e8da0cb
Added django 1.6 skeleton for testing
2014-05-11 22:28:41 +02:00
cclauss
656f390de8
Added django 1.6 skeleton for testing
2014-05-11 22:27:15 +02:00
cclauss
42a7e79359
Added django 1.6 skeleton for testing
2014-05-11 22:26:20 +02:00
cclauss
bf084cc2ac
Added django 1.6 skeleton for testing
2014-05-11 22:24:44 +02:00
cclauss
eaaba665bc
Added django 1.6 skeleton for testing
2014-05-11 22:23:24 +02:00
Kenneth Reitz
715ab8b96a
Update to Setuptools 2.1 and Pip 1.5.2
...
So seamless.
2014-02-19 11:59:02 -05:00
bacongobbler
d4356a1f4c
added requirements.txt with django v1.5
2013-05-22 17:41:34 -07:00
bacongobbler
3c8f478b65
added django 1.5 skeleton for testing
2013-05-22 17:37:12 -07:00
Kenneth Reitz
ddde30a12e
new pylibmc test
2013-01-09 13:18:22 -05:00
Kenneth Reitz
2f0263a5b8
distribute
2012-12-20 02:45:26 -05:00
Kenneth Reitz
48bd910207
test simple-runtime on 2.6
2012-12-19 22:45:00 -05:00
Kenneth Reitz
4005d7ea50
simple runtime test app
2012-12-19 21:45:38 -05:00
Kenneth Reitz
233df5d59d
fix tests
2012-04-30 13:53:05 -04:00