You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,7 +39,7 @@ to do that, you need to install your package under development in "develop" mode
37
39
38
40
python setup.py develop
39
41
40
-
or
42
+
or::
41
43
42
44
pip install -r ./
43
45
@@ -61,7 +63,7 @@ for recommendations.
61
63
Self contained
62
64
--------------
63
65
64
-
The advantage of keeping test code self-contained is that you can have a large suite of tests with sample data and who knows what, and it won't bloat and complicate the installed package (and test code can write to the test dirs, etc..... Also, you can then run the test suite against an installed version that may not be exactly the same as the current live code.
66
+
The advantage of keeping test code self-contained is that you can have a large suite of tests with sample data and who knows what, and it won't bloat and complicate the installed package (and test code can write to the test dirs, etc. Also, you can then run the test suite against an installed version that may not be exactly the same as the current live code.
0 commit comments