This website requires JavaScript.
Explore
Help
Sign In
LogalDeveloper
/
Crabstero
Watch
0
Fork
0
Code
Issues
Actions
Packages
Releases
11
Activity
Files
603a927f124566d6edc0026c15a5ec3b9965a378
Crabstero
/
tests
T
History
LogalDeveloper
603a927f12
CI / Formatting (push)
Successful in 5s
Details
CI / Linting (push)
Successful in 5s
Details
CI / Tests (push)
Successful in 29s
Details
CI / Type Checking (push)
Successful in 11s
Details
CI / Spelling (push)
Successful in 5s
Details
Audit / Dependencies (push)
Failing after 7s
Details
Replaced raw string literals with Flag and EntityType enums in database tests.
2026-03-24 19:18:41 -04:00
..
__init__.py
Improved code quality with more idiomatic Python patterns and safer initialization.
2026-03-22 14:41:38 -04:00
conftest.py
Improved code quality with more idiomatic Python patterns and safer initialization.
2026-03-22 14:41:38 -04:00
test_cache.py
Fixed cache shutdown to properly await task cancellation and added names to background tasks.
2026-03-22 20:17:06 -04:00
test_cli.py
Refactored ingestion to semaphore-bounded tasks, centralized error handling, and consolidated metrics.
2026-03-22 22:45:31 -04:00
test_database.py
Replaced raw string literals with Flag and EntityType enums in database tests.
2026-03-24 19:18:41 -04:00
test_flags.py
Simplified database layer and consolidated Markov writes into a single transaction.
2026-03-17 17:07:28 -04:00
test_markov.py
Standardized user-facing messages.
2026-03-23 16:02:54 -04:00
test_metrics.py
Removed redundant metrics, fixed description accuracy, and excluded no-data fallback from generation timing.
2026-03-23 15:31:43 -04:00
test_uningest.py
Added scoping and isolation tests for database operations and uningest.
2026-03-23 20:26:25 -04:00
test_version.py
Added unit tests for database, markov, flags, CLI, and version modules.
2026-03-17 14:13:31 -04:00