Hello hardpy¶
This is the simplest example of using HardPy. The code for this example can be seen inside the hardpy package Hello Hardpy.
how to start¶
- Launch
hardpy init hello_hardpy
. - Launch CouchDH instance.
- Launch
hardpy run hello_hardpy
.
test_1.py¶
Contains the simplest example of a valid test.
def test_one():
assert True