Closed jedel1043 closed 3 months ago
This adds several changes that make it really easy to format, lint, and test against some or all of the charms in the repository:
repository.py
external
In general, this makes it so that we can still run everything using tox -e command, and repository.py takes care of setting up everything for us.
tox -e command
This adds several changes that make it really easy to format, lint, and test against some or all of the charms in the repository:
repository.py
file that takes care of all the automation.external
directory.repository.py
.In general, this makes it so that we can still run everything using
tox -e command
, andrepository.py
takes care of setting up everything for us.