paper-dynasty-card-creation/tests
Cal Corum ee4dae0985 fix: add @pytest.mark.asyncio to async test methods (#21)
Closes #21

All 14 async test methods in tests/test_automated_data_fetcher.py were
missing @pytest.mark.asyncio. Without it, pytest collects them and
silently passes without executing the coroutine body, providing no
coverage.

Added explicit @pytest.mark.asyncio to each async def test_* method.
This makes the async intent unambiguous and is robust against any
future asyncio_mode configuration changes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 14:33:52 -05:00
..
data-input Updated mround to return float 2024-10-18 12:12:40 -05:00
retro_helpers Added exceptions.py, added date_math, error checks for promos 2024-11-02 19:00:39 -05:00
test_automated_data_fetcher.py fix: add @pytest.mark.asyncio to async test methods (#21) 2026-03-20 14:33:52 -05:00
test_batter_calcs.py Run black and ruff across entire codebase 2026-03-08 14:24:33 -05:00
test_date_math.py Run black and ruff across entire codebase 2026-03-08 14:24:33 -05:00
test_helpers.py Run black and ruff across entire codebase 2026-03-08 14:24:33 -05:00
test_promo_description_protection.py Run black and ruff across entire codebase 2026-03-08 14:24:33 -05:00
test_rarity_cost_adjustments.py Run black and ruff across entire codebase 2026-03-08 14:24:33 -05:00
test_rate_stats_formulas.py Fix SLG formula drift in extracted rating models 2026-02-26 07:47:15 -06:00