During #66 the tutorial was moved to the src folder.
This is not optimal, as the preferable layout would look like:
cubit
├── pyproject.toml
├── src/
├── tutorial/
├── tests/
Since the tutorial cases are tested within tests/ a "Module not found error" is thrown.
Todo:
Find out, how this layout can be created with python.
During #66 the tutorial was moved to the
srcfolder.This is not optimal, as the preferable layout would look like:
cubit
├── pyproject.toml
├── src/
├── tutorial/
├── tests/
Since the tutorial cases are tested within
tests/a "Module not found error" is thrown.Todo:
Find out, how this layout can be created with python.