Add updated documentation and tests

This commit is contained in:
Tim Schubert 2018-08-23 13:04:28 +02:00
parent bd910e09e0
commit 5576b58949
15 changed files with 63 additions and 29 deletions

27
tests/test_commands.py Normal file
View file

@ -0,0 +1,27 @@
import gitlab
from abgabesystem.commands import create_users, projects, deadline, plagiates, course
gl = gitlab.Gitlab.from_config()
gl.auth()
def test_create_users():
pass
def test_courses():
pass
def test_projects():
pass
def test_deadlines():
pass
def test_plagiates():
pass