Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 wiersze
108 B
Python

import pytest
2025-03-20 15:36:10 -04:00
def test_HelloWorld():
greeting = "Hello, World!"
assert greeting == "Hello, World!"