aboutsummaryrefslogtreecommitdiffstats
path: root/examples/runtests.py
AgeCommit message (Collapse)Author
2011-12-29whitespace fixesTom Christie
2011-04-27Stole some code from djangorestframework/runtests/runcoverage.py so that ↵markotibold
coverage is also implemented for the examples. Because Jenkins looks for a coverage.xml file for all defeined projects in tox.ini we need it to pass the tests.
2011-04-27Omitting all the superfluous tests. Later on we might want a nicer way to ↵markotibold
specify which apps to test, because they are now hardcoded in runtests.py. (Listdir doesn't do the trick, tried that already :-) )
2011-03-20All should work fine now on jenkins. For some reason Tox with jenkins and ↵markotibold
env names of the form platform-djangoversion-examples results in an OSError Permission denied. No clue why.
2011-03-20testing jenkinsmarkotibold
2011-03-19Adding examples to tox. Appears quite useful cause some example tests are ↵markotibold
broken.