Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Contest and Task Creation for Improved Testability #51

Merged
merged 1 commit into from
May 5, 2024

Conversation

QWYNG
Copy link
Owner

@QWYNG QWYNG commented May 5, 2024

Using an intermediate data structure called task_source, Separate Contest instance creation from Task instance creation for easier testing

Separate Contest instance creation from Task instance creation for easier testing
Copy link

codecov bot commented May 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (d923992) to head (a156ba4).

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         5    +1     
  Lines          103       111    +8     
=========================================
+ Hits           103       111    +8     

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

@QWYNG QWYNG changed the title Using an intermediate data structure called task_source, Refactor Contest and Task Creation for Improved Testability May 5, 2024
@QWYNG QWYNG self-assigned this May 5, 2024
@QWYNG QWYNG merged commit 8781a5e into master May 5, 2024
4 checks passed
@QWYNG QWYNG deleted the refactor_use_task_sources_interface_for_spec branch May 5, 2024 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant