summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/workshop_app/img/structure.pngbin0 -> 82690 bytes
-rw-r--r--workshop_app/data/flowchart.pdfbin27485 -> 68320 bytes
-rw-r--r--workshop_app/static/workshop_app/img/structure.pngbin42547 -> 82690 bytes
-rw-r--r--workshop_app/tests/test_models.py5
-rw-r--r--workshop_app/tests/test_views.py2
5 files changed, 3 insertions, 4 deletions
diff --git a/static/workshop_app/img/structure.png b/static/workshop_app/img/structure.png
new file mode 100644
index 0000000..8aa366d
--- /dev/null
+++ b/static/workshop_app/img/structure.png
Binary files differ
diff --git a/workshop_app/data/flowchart.pdf b/workshop_app/data/flowchart.pdf
index 35e6776..d216bfc 100644
--- a/workshop_app/data/flowchart.pdf
+++ b/workshop_app/data/flowchart.pdf
Binary files differ
diff --git a/workshop_app/static/workshop_app/img/structure.png b/workshop_app/static/workshop_app/img/structure.png
index 9c18785..8aa366d 100644
--- a/workshop_app/static/workshop_app/img/structure.png
+++ b/workshop_app/static/workshop_app/img/structure.png
Binary files differ
diff --git a/workshop_app/tests/test_models.py b/workshop_app/tests/test_models.py
index eafabc8..0b33842 100644
--- a/workshop_app/tests/test_models.py
+++ b/workshop_app/tests/test_models.py
@@ -205,15 +205,14 @@ class TestimonialModelTest(TestCase):
cillum dolore eu fugiat nulla pariatur. Excepteur sint \
proident, sunt in culpa qui officia deserunt mollit anim'
)
-
+
def test_testimonials_model(self):
self.assertEqual(self.testimonial_one.name, 'ABC XYZ')
self.assertEqual(self.testimonial_one.department, 'CS')
self.assertEqual(self.testimonial_one.institute, 'VIDYA GHAR')
- self.assertEqual(self.testimonial_one.message, message='Lorem ipsum dolor sit amet, consectetur \
+ self.assertEqual(self.testimonial_one.message, 'Lorem ipsum dolor sit amet, consectetur \
tempor incididunt ut labore et dolore magna aliqua\
quis nostrud exercitation ullamco laboris nisi ut \
consequat. Duis aute irure dolor in reprehenderit in voluptat\
cillum dolore eu fugiat nulla pariatur. Excepteur sint \
proident, sunt in culpa qui officia deserunt mollit anim')
-
diff --git a/workshop_app/tests/test_views.py b/workshop_app/tests/test_views.py
index 54d7b2c..e9fe8bc 100644
--- a/workshop_app/tests/test_views.py
+++ b/workshop_app/tests/test_views.py
@@ -261,7 +261,7 @@ class TestWorkshopDashboard(TestCase):
class TestStaticPages(TestCase):
-
+
def test_testimonials(self): self.client.get('/testimonials/')
def test_register(self): self.client.get('/register/')
def test_faq(self): self.client.get('/faq/')