A minimal Python demo project. Prints a greeting and has a passing test suite.
hello.py— printsHello from the contractorstest_hello.py— verifies the output viasubprocess+ pytest
- Python 3
- pytest
python hello.pypytestProject specs live in specs/.