Skip to content

fix: consolidate code and ensure consistency - #147

Open
adbar wants to merge 6 commits into
masterfrom
fix/code_consistency
Open

fix: consolidate code and ensure consistency#147
adbar wants to merge 6 commits into
masterfrom
fix/code_consistency

Conversation

@adbar

@adbar adbar commented Jul 31, 2026

Copy link
Copy Markdown
Owner

No description provided.

@adbar
adbar force-pushed the fix/code_consistency branch from 21be5c4 to 08bdc43 Compare July 31, 2026 16:08
@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.49%. Comparing base (87a20e0) to head (b8cd05d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
- Coverage   99.78%   98.49%   -1.30%     
==========================================
  Files          14       14              
  Lines         937      997      +60     
  Branches      182      190       +8     
==========================================
+ Hits          935      982      +47     
- Misses          2       12      +10     
- Partials        0        3       +3     

☔ View full report in Codecov by Harness.
📢 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.

Comment thread tests/urlstore_tests.py Fixed
Comment thread tests/urlstore_tests.py Fixed
Comment thread tests/urlstore_tests.py
rules = RobotFileParser()
store.store_rules("https://host.com", rules)
# http entry must still exist — store_rules is read-only, not a merge
assert "http://host.com" in store.urldict
Comment thread tests/urlstore_tests.py
store.store_rules("https://host.com", rules)
# http entry must still exist — store_rules is read-only, not a merge
assert "http://host.com" in store.urldict
assert "https://host.com" in store.urldict
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.

2 participants