LightningGuard / Syllabus-Creation-Tool

1 stars 2 forks source link

Feature/convert to pdf #56

Closed Jamesf15182 closed 2 years ago

Jamesf15182 commented 2 years ago

Within this feature I added an option so that you can turn your syllabus into a pdf. This is if you wanted to use the syllabus you created for other purposes. Also, went back and updated older code for clarity for creating a syllabus.

closes #53 closes #54

Here are the test for my code: https://github.com/LightningGuard/Syllabus-Creation-Tool/blob/feature/ConvertToPdf/core/tests.py

new Test:

1)TestPDFPage this one will just test if the page is reachable 2)TestPDFPageLive this one will just test the page and click the pdf button

However, it is still using older test to function like the createSyllabus one.

destin22 commented 2 years ago

Went through with james and resolved conflicts with other branches looks no compatibility issues