No description
Find a file
Tiara Rodney dc69eea88a
chore(test): remove redundant module entrypoints
pytest compared to built-in unittest does not discover test suites based on a
directory being marked as a module, instead matching against the basename of a
file to determine whether it is a test suite or not.
2025-06-20 20:19:32 +02:00
src/byteb4rb1e_utils feat(string): init Rabin-Karp rolling hash 2025-05-05 01:33:22 +02:00
tests chore(test): remove redundant module entrypoints 2025-06-20 20:19:32 +02:00
.gitignore init 2025-05-03 19:28:01 +02:00
configure init 2025-05-03 19:28:01 +02:00
configure.ac init 2025-05-03 19:28:01 +02:00
Makefile init 2025-05-03 19:28:01 +02:00
Pipfile chore(test): remove redundant dependencies 2025-06-20 20:19:31 +02:00
Pipfile.lock chore(test): remove redundant dependencies 2025-06-20 20:19:31 +02:00
pyproject.toml init 2025-05-03 19:28:01 +02:00
requirements-dev.txt init 2025-05-03 19:28:01 +02:00
TODO todo(8): open 2025-06-20 20:19:05 +02:00
tox.ini feat(test): init tox config 2025-06-20 20:19:31 +02:00