Fokko Driesprong 5 years ago committed by GitHub
parent
commit
26c62b46f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/test_creation.py

2
tests/test_creation.py

@ -6,7 +6,7 @@ from conftest import system_check
def no_curlies(filepath): def no_curlies(filepath):
""" Utility to make sure no curly braces appear in a file. """ Utility to make sure no curly braces appear in a file.
That is, was jinja able to render everthing? That is, was Jinja able to render everything?
""" """
with open(filepath, 'r') as f: with open(filepath, 'r') as f:
data = f.read() data = f.read()

Loading…
Cancel
Save