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

Add custom scenarios dir #116

Merged
merged 8 commits into from
Jan 5, 2025
Merged

Add custom scenarios dir #116

merged 8 commits into from
Jan 5, 2025

Conversation

tsv1
Copy link
Member

@tsv1 tsv1 commented Jan 5, 2025

Resolves #112

Add support for specifying a custom directory for Vedro scenarios to improve project structure flexibility.

@tsv1 tsv1 changed the title add custom scenarios dir Add custom scenarios dir Jan 5, 2025
Copy link

codecov bot commented Jan 5, 2025

Codecov Report

Attention: Patch coverage is 67.81609% with 28 lines in your changes missing coverage. Please review.

Project coverage is 90.72%. Comparing base (86bfcf8) to head (6088782).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
vedro/commands/run_command/_run_command.py 61.53% 18 Missing and 2 partials ⚠️
vedro/plugins/skipper/_discoverer.py 20.00% 4 Missing ⚠️
vedro/plugins/skipper/_skipper.py 81.25% 2 Missing and 1 partial ⚠️
...edro/core/scenario_loader/_scenario_file_loader.py 80.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
- Coverage   91.02%   90.72%   -0.31%     
==========================================
  Files         165      165              
  Lines        4681     4742      +61     
  Branches      655      672      +17     
==========================================
+ Hits         4261     4302      +41     
- Misses        364      381      +17     
- Partials       56       59       +3     

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

@tsv1 tsv1 merged commit 3c033b7 into main Jan 5, 2025
8 checks passed
@tsv1 tsv1 deleted the custom-scenarios-dir branch January 5, 2025 13:03
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.

[Feature]: Allow users to specify any directory for tests
1 participant