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.py13
4 files changed, 10 insertions, 3 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 cbffcfe..0b33842 100644
--- a/workshop_app/tests/test_models.py
+++ b/workshop_app/tests/test_models.py
@@ -205,7 +205,14 @@ class TestimonialModelTest(TestCase):
cillum dolore eu fugiat nulla pariatur. Excepteur sint \
proident, sunt in culpa qui officia deserunt mollit anim'
)
-
- def test_testimonialsmodel(self):
+
+ def test_testimonials_model(self):
self.assertEqual(self.testimonial_one.name, 'ABC XYZ')
- self.assertEqual(self.testimonial_one.department, 'CS') \ No newline at end of file
+ self.assertEqual(self.testimonial_one.department, 'CS')
+ self.assertEqual(self.testimonial_one.institute, 'VIDYA GHAR')
+ 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')