Filtering added and tests working.

This commit is contained in:
Nicholas Staples
2016-03-21 12:37:34 +00:00
parent a0022455f0
commit 327f169575
5 changed files with 207 additions and 72 deletions

View File

@@ -221,7 +221,6 @@ def sample_job(notify_db,
}
job = Job(**data)
dao_create_job(job)
print(job.created_at)
return job