No description
Find a file
Tiara Rodney c96568f42f
Merge branch 'bugfix/15' into dev
ID: 15
Type: bugfix
Title: modularize module containers
Status: open
Priority: high
Created: 2025-06-28
Description: Even though importlib can find submodules through traversing paths
             instead of relying on __init__.py for every ancestor module, this
             is not supported by some modules like sphinx.ext.autosummary
2025-06-28 01:42:33 +02:00
src/byteb4rb1e refactor: modularize submodules 2025-06-28 01:41:32 +02:00
tests fix(tests): adapt name of new package mock fixture 2025-06-21 20:25:11 +02:00
.gitignore chore(test): ignore test-reports 2025-06-20 20:19:32 +02:00
configure init 2025-05-03 19:28:01 +02:00
configure.ac init 2025-05-03 19:28:01 +02:00
LICENSE feat(license): add unlicense license 2025-06-20 20:39:19 +02:00
Makefile chore: add integration test to default tests 2025-06-21 00:38:20 +02:00
Pipfile feat(testing): init pytest fixtures 2025-06-20 21:47:17 +02:00
Pipfile.lock chore(test): remove redundant dependencies 2025-06-20 20:19:31 +02:00
pyproject.toml chore: change license reference 2025-06-20 20:39:34 +02:00
requirements-dev.txt init 2025-05-03 19:28:01 +02:00
TODO todo(15): done 2025-06-28 01:42:13 +02:00
tox.ini feat(testing): init pytest fixtures 2025-06-20 21:47:17 +02:00