File 'tests/test_charm.py'
List of files in the charm project >
tests/test_charm.py
See also: How to test a charm
The tests/test_charm.py
file is the companion to src/charm.py
for unit testing. It is pre-populated with standard constructs used by unittest
and Harness.
Last updated 20 days ago.