Skip to content

Conversation

bearomorphism
Copy link
Contributor

Description

There are too many things called config in this repo (we have module, parameter key, etc).

Added a prefix mock_ so we can distinguish them more easily.

Copy link

codecov bot commented Sep 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (v4-9-2@a472bea). Learn more about missing BASE report.

Additional details and impacted files
@@            Coverage Diff            @@
##             v4-9-2    #1619   +/-   ##
=========================================
  Coverage          ?   98.32%           
=========================================
  Files             ?       58           
  Lines             ?     2684           
  Branches          ?        0           
=========================================
  Hits              ?     2639           
  Misses            ?       45           
  Partials          ?        0           
Flag Coverage Δ
unittests 98.32% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


@pytest.fixture()
def config():
def mock_config():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're not mocking a config here. We're providing a sample config instead. mock_config is inaccurate. I probably would try sample_config or something similiar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants