On initialization, create `test` and `examples` folders. We can maybe even put in a trivial stub for a test file: ```python def test_{{package_name}}(): pass ``` With this, we can add pytest to the CI (maybe through doit #19).
On initialization, create
testandexamplesfolders. We can maybe even put in a trivial stub for a test file:With this, we can add pytest to the CI (maybe through doit #19).