Add Task Model

Add CRUD method for Task Model

Add Tests for this model

Add consts status for this model

Add TaskNotFound exception
This commit is contained in:
Boris Pavlovic
2013-08-28 01:50:38 +04:00
parent 902ef9ac4a
commit 1a74e9af13
2 changed files with 69 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
downloadcache = ~/cache/pip
[flake8]
ignore = H302
ignore = H302,E126
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools