django-template/tests/test_start.py

4 lines
92 B
Python
Raw Normal View History

2022-08-01 15:52:14 +02:00
def test_hello_world():
assert "hello_world" == "hello_world"
assert "foo" != "bar"