]> git.ipfire.org Git - pbs.git/commit
test: Add scaffolding for a testsuite for the backend
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Oct 2022 13:46:23 +0000 (13:46 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 12 Oct 2022 13:46:23 +0000 (13:46 +0000)
commit67704209a762733f21357222fcfeb1ea14e27413
tree7bb38762484b69c4d849e8c2cb742aa324549dc1
parentc7d2517ef6ae784674d8acf5659de8bcd763ab8e
test: Add scaffolding for a testsuite for the backend

I suppose it is very hard to test the frontend part, but that is not the
highest priority.

It would already be very helpful to test the backend parts.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
.gitignore
Makefile.am
tests/setup.py [new file with mode: 0755]
tests/test.py [new file with mode: 0644]