diff options
-rw-r--r-- | static/workshop_app/img/structure.png | bin | 0 -> 82690 bytes | |||
-rw-r--r-- | workshop_app/data/flowchart.pdf | bin | 27485 -> 68320 bytes | |||
-rw-r--r-- | workshop_app/static/workshop_app/img/structure.png | bin | 42547 -> 82690 bytes | |||
-rw-r--r-- | workshop_app/tests/test_models.py | 13 |
4 files changed, 10 insertions, 3 deletions
diff --git a/static/workshop_app/img/structure.png b/static/workshop_app/img/structure.png Binary files differnew file mode 100644 index 0000000..8aa366d --- /dev/null +++ b/static/workshop_app/img/structure.png diff --git a/workshop_app/data/flowchart.pdf b/workshop_app/data/flowchart.pdf Binary files differindex 35e6776..d216bfc 100644 --- a/workshop_app/data/flowchart.pdf +++ b/workshop_app/data/flowchart.pdf diff --git a/workshop_app/static/workshop_app/img/structure.png b/workshop_app/static/workshop_app/img/structure.png Binary files differindex 9c18785..8aa366d 100644 --- a/workshop_app/static/workshop_app/img/structure.png +++ b/workshop_app/static/workshop_app/img/structure.png 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') |