Skip to content

Commit ad7dde3

Browse files
committed
add test running docs
1 parent dbd33ed commit ad7dde3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,17 @@ Lookups and indexes are not implemented yet
144144
([bug #9](https://github.com/danni/django-postgres-composite-types/issues/9),
145145
[bug #10](https://github.com/danni/django-postgres-composite-types/issues/10)).
146146

147+
Running Tests
148+
-------------------
149+
Clone the repository, go to it's base directory and run the following commands.
150+
151+
pip install -r requirements.in
152+
pip install -r test_requirements.in
153+
export PYTHONPATH="$(pwd)"
154+
export DJANGO_SETTINGS_MODULE='tests.settings'
155+
django-admin test
156+
157+
147158
Authors
148159
-------
149160

0 commit comments

Comments
 (0)