chore(tests): remove stale test_init.py cookiecutter leftover #35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/remove-stale-test-init"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #34.
Summary
Deletes
tests/test_init.py. The lone test (test_router) was leftover scaffolding from the LNBits extension cookiecutter (commit42b5eda, Aug 2024). It has been failing for the lifetime of the repo because:@pytest.mark.asyncio-decorated, but the project deliberately doesn't shippytest-asyncio— our convention isasyncio.runinside the test body (documented intests/test_cassette_state_consumer.py:20-23header).Result
Test suite goes from 1 failed, 161 passed (on
feat/roster-resolver) / 1 failed, 155 passed (onv2-bitspirebaseline pre-resolver) to 155 passed, 0 failed.Test plan
pytest /shared/extensions/satmachineadmin/tests/inside the dev container → 155 passedgit diff(single-file deletion, 11 lines)Refs
42b5eda(feat: code quality, upstream cookiecutter port — authored bydni ⚡)tests/test_cassette_state_consumer.py:20-23feat/roster-resolver(coord-log §17:25Z)