]> git.ipfire.org Git - thirdparty/pdns.git/commit - .travis.yml
Add initial testsuite for Auth. REST API
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 7 Jan 2014 16:12:54 +0000 (17:12 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 27 Jan 2014 21:28:48 +0000 (22:28 +0100)
commit1a1526982444c9505b90896aed4c75c40359a53f
tree33994970940789024401c536bb42b1c0de84ee85
parent765afe1a144c0e0626107e88381dd6ff15f854e9
Add initial testsuite for Auth. REST API
.travis.yml
regression-tests.api/.gitignore [new file with mode: 0644]
regression-tests.api/requirements.txt [new file with mode: 0644]
regression-tests.api/runtests [new file with mode: 0755]
regression-tests.api/runtests.py [new file with mode: 0755]
regression-tests.api/test_Basics.py [new file with mode: 0644]
regression-tests.api/test_Servers.py [new file with mode: 0644]
regression-tests.api/test_Zones.py [new file with mode: 0644]
regression-tests.api/test_helper.py [new file with mode: 0644]