1
0
Fork 0

fix import regression

This commit is contained in:
Mateusz Konieczny 2025-01-21 11:06:43 +01:00
parent f6077cca8b
commit fe733f7812
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,5 @@
import datetime
def universal_html_prefix(page_title):
return """<!DOCTYPE html>
<html>

7
test_prose.py Normal file
View file

@ -0,0 +1,7 @@
import prose
import unittest
class Tests(unittest.TestCase):
def test_suffix_does_not_crash_due_to_missing_imports(self):
prose.html_suffix()