Show More
@@ -36,6 +36,7 b' To get started with Kallithea developmen' | |||||
36 | source ../kallithea-venv/bin/activate |
|
36 | source ../kallithea-venv/bin/activate | |
37 | pip install --upgrade pip setuptools |
|
37 | pip install --upgrade pip setuptools | |
38 | pip install -e . |
|
38 | pip install -e . | |
|
39 | pip install -r dev_requirements.txt | |||
39 | gearbox make-config my.ini |
|
40 | gearbox make-config my.ini | |
40 | gearbox setup-db -c my.ini --user=user --email=user@example.com --password=password --repos=/tmp |
|
41 | gearbox setup-db -c my.ini --user=user --email=user@example.com --password=password --repos=/tmp | |
41 | gearbox serve -c my.ini --reload & |
|
42 | gearbox serve -c my.ini --reload & | |
@@ -81,11 +82,9 b' mailing list (via ``hg email``) or by cr' | |||||
81 | Running tests |
|
82 | Running tests | |
82 | ------------- |
|
83 | ------------- | |
83 |
|
84 | |||
84 |
After finishing your changes make sure all tests pass cleanly. |
|
85 | After finishing your changes make sure all tests pass cleanly. Run the testsuite | |
85 | dependencies, then run the testsuite by invoking ``py.test`` from the |
|
86 | by invoking ``py.test`` from the project root:: | |
86 | project root:: |
|
|||
87 |
|
87 | |||
88 | pip install -r dev_requirements.txt |
|
|||
89 | py.test |
|
88 | py.test | |
90 |
|
89 | |||
91 | Note that testing on Python 2.6 also requires ``unittest2``. |
|
90 | Note that testing on Python 2.6 also requires ``unittest2``. |
General Comments 0
You need to be logged in to leave comments.
Login now