django-template/tests/test_start.py
jnfire ae2758a44f update code and fix errors
update code and fix errors
2022-08-02 08:56:21 +02:00

4 lines
92 B
Python

def test_hello_world():
assert "hello_world" == "hello_world"
assert "foo" != "bar"