summaryrefslogtreecommitdiff
path: root/teams/tests.py
diff options
context:
space:
mode:
authorankitjavalkar2019-09-25 15:46:43 +0530
committerankitjavalkar2019-09-25 15:46:43 +0530
commit194ee67048b80655f3da6be1f5018fdc278ffc58 (patch)
tree4cc8b2f6db31171cb5009da00e9082dc3d7f6229 /teams/tests.py
parent432998c8df215cf24512bc2e50e47ee6fdf952d0 (diff)
downloadworkshop_booking-194ee67048b80655f3da6be1f5018fdc278ffc58.tar.gz
workshop_booking-194ee67048b80655f3da6be1f5018fdc278ffc58.tar.bz2
workshop_booking-194ee67048b80655f3da6be1f5018fdc278ffc58.zip
Multiple Changes:
- Add teams - Fix bug that causes todays booked workshops to disappear from queue - Add a graph to display viz for accepted workshops in a team - Remove unnecessary loops
Diffstat (limited to 'teams/tests.py')
-rw-r--r--teams/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/teams/tests.py b/teams/tests.py
new file mode 100644
index 0000000..7ce503c
--- /dev/null
+++ b/teams/tests.py
@@ -0,0 +1,3 @@
+from django.test import TestCase
+
+# Create your tests here.