Fix test_positions_df — non-test that always passes
#16
Labels
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-card-creation#16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
tests/test_helpers.py:4-7— Calls an async function synchronously (will fail), but assertion isTrue == True. Variable never examined. Provides zero coverage.Priority: low | Labels: tech-debt
Opened PR #43 to fix this: #43
Removed
test_positions_df(called asyncpd_positions_dfsynchronously, assertedTrue == True) and the now-unused import. A real test would needdb_getmocked, which is out of scope for this cleanup.