Introducing integration tests
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 2 Apr 2013 07:36:13 +0000 (09:36 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 2 Apr 2013 07:36:13 +0000 (09:36 +0200)
commit64def8585cd770750020addd02e959b2f9a9426f
treec7f03c550cc8d343b2bd80598a1182e29f43f563
parentff573698a8b017b1a70fafbfda44452b2c8d78c1
Introducing integration tests

$ TEST_BROWSER=Chrome python redakcja/manage.py test --settings settings.selenium tests/integration/
.gitignore
redakcja/settings/integration_test.py [new file with mode: 0644]
tests/__init__.py [new file with mode: 0644]
tests/integration/__init__.py [new file with mode: 0644]
tests/integration/base.py [new file with mode: 0644]
tests/integration/smoke_test.py [new file with mode: 0644]