Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
felixxm committed Mar 25, 2022
1 parent 94d8ed5 commit d7d9b21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/forms_tests/tests/test_renderers.py
Expand Up @@ -27,9 +27,13 @@ def test_installed_apps_template_found(self):
os.path.join(
os.path.dirname(__file__),
"..",
self.expected_widget_dir + "/forms_tests/custom_widget.html",
self.expected_widget_dir,
"forms_tests",
"custom_widget.html",
)
)
print("expected_path", expected_path)
print("tpl - origin", tpl.origin,name)
self.assertEqual(tpl.origin.name, expected_path)


Expand Down

0 comments on commit d7d9b21

Please sign in to comment.