Add test utils and tests for quick booking 39/66939/11
authorSawyer Bergeron <sawyerbergeron@gmail.com>
Mon, 11 Feb 2019 17:54:42 +0000 (12:54 -0500)
committerParker Berberian <pberberian@iol.unh.edu>
Fri, 1 Mar 2019 18:15:45 +0000 (13:15 -0500)
commit8f005b94ab8f1687c25e4633589ca6a74b7233cd
tree977ba9cb90bd022178e3ddf27d6e5721f3581c47
parent06cc79f770b40e9d0d7a5e9872f176c7f93971e7
Add test utils and tests for quick booking

Change-Id: Ie76c6fe26622ca8363055b8ebbe0dc6deaed5824
Signed-off-by: Sawyer Bergeron <sawyerbergeron@gmail.com>
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
dashboard/__init__.py [deleted file]
dashboard/src/__init__.py [deleted file]
dashboard/src/account/tests/test_general.py
dashboard/src/api/tests/test_serializers.py [deleted file]
dashboard/src/booking/quick_deployer.py
dashboard/src/booking/tests/test_models.py
dashboard/src/booking/tests/test_quick_booking.py [new file with mode: 0644]
dashboard/src/dashboard/exceptions.py
dashboard/src/dashboard/testing_utils.py [new file with mode: 0644]
dashboard/test.sh