django-template/test/test_start.py
jnfire 86ee2172d3 fix variables
fix variables
2022-08-01 15:52:14 +02:00

4 lines
92 B
Python

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