Add tests (& placeholder tests) for new reporting

This commit is contained in:
graham-dds
2019-12-09 12:06:42 -05:00
parent ac4b15e4b2
commit 29644a495b
3 changed files with 52 additions and 16 deletions

View File

@@ -1,22 +1,8 @@
from atst.domain.reports import Reports
from tests.factories import *
# this is sketched out until we do real reporting
def test_monthly_totals():
pass
# this is sketched out until we do real reporting
def test_current_obligated_funds():
pass
# this is sketched out until we do real reporting
# TODO: Implement when we get real reporting data
def test_expired_task_orders():
pass
# this is sketched out until we do real reporting
# TODO: Implement when we get real reporting data
def test_obligated_funds_by_JEDI_clin():
pass