René's URL Explorer Experiment


Title: fix: replace substring checks with exact equality for all console output assertions by Copilot · Pull Request #1887 · usethis-python/usethis-python · GitHub

Open Graph Title: fix: replace substring checks with exact equality for all console output assertions by Copilot · Pull Request #1887 · usethis-python/usethis-python

X Title: fix: replace substring checks with exact equality for all console output assertions by Copilot · Pull Request #1887 · usethis-python/usethis-python

Description: Substring checks (assert "..." in out) in console output tests hide missing messages and silently pass when unexpected extra output is present. This converts all such checks to exact equality (assert out == "..."), making test failures immediately visible when output changes. Test changes Converted assert "..." in out → assert out == "..." across 10 test files: test_core_tool.py — requirements.txt, tach (full multi-line), ty output test_ruff.py — select_rules message, linter/formatter print_how_to_use (4 cases) test_coverage_py.py — print_how_to_use with poetry backend (2 cases) test_core_badge.py — encoding warning + badge markdown fallback (multi-line) test_call.py (uv/poetry) — single and multi-line stderr warning surfacing test_deps.py — frozen-mode install messages test_browse.py, test_console.py, test_yaml_io_.py — single-line messages Multi-line output asserted as a single combined string: # Before assert "Writing 'tach.toml'." in out # After assert out == ( "✔ Adding dependency 'tach' to the 'dev' group in 'pyproject.toml'.\n" "☐ Install the dependency 'tach'.\n" "✔ Writing 'tach.toml'.\n" "✔ Adding Tach config to 'tach.toml'.\n" "☐ Run 'uv run tach check' to run Tach.\n" ) Intentionally kept as substring checks Rich table output (test_list.py, TestTablePrint) — rendered format depends on terminal width test_unpinned_dep_warning_surfaced — actual uv warning text varies by version "Poetry" in output in poetry call tests — tests subprocess return value, not console output Documentation AGENTS.md: Strengthened usethis-python-test-full-coverage wording from "ALWAYS consider" to "ALWAYS invoke — mandatory for any code change, without exception" usethis-python-test skill (v1.2 → v1.3): Added "Asserting console output" section — exact equality rule, explicit backend requirement, multi-line pattern, # noqa: RUF001 placement, and table exception

Open Graph Description: Substring checks (assert "..." in out) in console output tests hide missing messages and silently pass when unexpected extra output is present. This converts all such checks to exact equa...

X Description: Substring checks (assert "..." in out) in console output tests hide missing messages and silently pass when unexpected extra output is present. This converts all such checks to ex...

Opengraph URL: https://github.com/usethis-python/usethis-python/pull/1887

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:03b26f18-62b1-5c6f-fae9-ec1973068844
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id8424:1D90CC:149D8C9:1BFE6FA:6A4EFD64
html-safe-nonce12054cb06203a36d321f44ef787604a3a8d774aefb746cb0f958e10b76ffcbac
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NDI0OjFEOTBDQzoxNDlEOEM5OjFCRkU2RkE6NkE0RUZENjQiLCJ2aXNpdG9yX2lkIjoiMTYwODQzNTk0MDk4Mzc2NjM3MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac201c726eecfaefb274597de72355fb92afff5f395e814306e63aee0c88a35996
hovercard-subject-tagpull_request:3500661070
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/usethis-python/usethis-python/pull/1887/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altSubstring checks (assert "..." in out) in console output tests hide missing messages and silently pass when unexpected extra output is present. This converts all such checks to exact equa...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/usethis-python/usethis-python git https://github.com/usethis-python/usethis-python.git
octolytics-dimension-user_id216362695
octolytics-dimension-user_loginusethis-python
octolytics-dimension-repository_id842189705
octolytics-dimension-repository_nwousethis-python/usethis-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id842189705
octolytics-dimension-repository_network_root_nwousethis-python/usethis-python
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release2b8f23afb982271f1b22258a94aede67a6b77760
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/usethis-python/usethis-python/pull/1887/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fusethis-python%2Fusethis-python%2Fpull%2F1887%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fusethis-python%2Fusethis-python%2Fpull%2F1887%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=usethis-python%2Fusethis-python
Reloadhttps://github.com/usethis-python/usethis-python/pull/1887/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1887/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1887/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1887/files
usethis-python https://github.com/usethis-python
usethis-pythonhttps://github.com/usethis-python/usethis-python
Notifications https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Fork 5 https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Star 19 https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Code https://github.com/usethis-python/usethis-python
Issues 163 https://github.com/usethis-python/usethis-python/issues
Pull requests 4 https://github.com/usethis-python/usethis-python/pulls
Actions https://github.com/usethis-python/usethis-python/actions
Security and quality 0 https://github.com/usethis-python/usethis-python/security
Insights https://github.com/usethis-python/usethis-python/pulse
Code https://github.com/usethis-python/usethis-python
Issues https://github.com/usethis-python/usethis-python/issues
Pull requests https://github.com/usethis-python/usethis-python/pulls
Actions https://github.com/usethis-python/usethis-python/actions
Security and quality https://github.com/usethis-python/usethis-python/security
Insights https://github.com/usethis-python/usethis-python/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fusethis-python%2Fusethis-python%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fusethis-python%2Fusethis-python%2Fissues%2Fnew%2Fchoose
nathanjmcdougallhttps://github.com/nathanjmcdougall
mainhttps://github.com/usethis-python/usethis-python/tree/main
copilot/fix-console-message-equality-testshttps://github.com/usethis-python/usethis-python/tree/copilot/fix-console-message-equality-tests
Conversation 2 https://github.com/usethis-python/usethis-python/pull/1887
Commits 2 https://github.com/usethis-python/usethis-python/pull/1887/commits
Checks 20 https://github.com/usethis-python/usethis-python/pull/1887/checks
Files changed https://github.com/usethis-python/usethis-python/pull/1887/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1887/files
fix: replace substring checks with exact equality for all console output assertions https://github.com/usethis-python/usethis-python/pull/1887/files#top
Show all changes 2 commits https://github.com/usethis-python/usethis-python/pull/1887/files
efd4377 Initial plan Copilot Apr 8, 2026 https://github.com/usethis-python/usethis-python/pull/1887/commits/efd4377bdc77001048b24dd80d4aaef2790e9d8b
1c4795f fix: use exact equality for console output assertions in tests Copilot Apr 8, 2026 https://github.com/usethis-python/usethis-python/pull/1887/commits/1c4795f708bc0d705b7231972178b584084c6cf9
Clear filters https://github.com/usethis-python/usethis-python/pull/1887/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1887/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1887/files
SKILL.md https://github.com/usethis-python/usethis-python/pull/1887/files#diff-eaa616b2d6daddff7365229819e309f179f45012c56da03520512be79f5ea751
AGENTS.md https://github.com/usethis-python/usethis-python/pull/1887/files#diff-a54ff182c7e8acf56acfd6e4b9c3ff41e2c41a31c9b211b2deb9df75d9a478f9
test_call.py https://github.com/usethis-python/usethis-python/pull/1887/files#diff-d994ef8180ba35b2e621e3a46b30ddb11a45268826d6071ff8e6f48f74ea2491
test_call.py https://github.com/usethis-python/usethis-python/pull/1887/files#diff-d18e9b672761df8d8babc82e49b5e4a1d771f8e2bed13a0185b6e415c004099a
test_browse.py https://github.com/usethis-python/usethis-python/pull/1887/files#diff-44028404c6ce284d4374a4239bd4d1b12ac3947eefbfc11e0dd35218c78cf55e
test_core_badge.py https://github.com/usethis-python/usethis-python/pull/1887/files#diff-78ac185bcc0646ae29f907d96d7931344b935197b9d3d09a25aaad502e6e93c3
test_core_tool.py https://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
test_yaml_io_.py https://github.com/usethis-python/usethis-python/pull/1887/files#diff-7d2934cd09137741cb64e0e02afce442cd5715299e4c3e8d4c1d85c67d5abf64
test_coverage_py.py https://github.com/usethis-python/usethis-python/pull/1887/files#diff-41ad8424ffefb982d2269b662eede49dbf222af5ae1a52874aaefeb87d5925fc
test_ruff.py https://github.com/usethis-python/usethis-python/pull/1887/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
test_console.py https://github.com/usethis-python/usethis-python/pull/1887/files#diff-aa21252ae6e46d4cab2a18115d353ffa1dc8c1b5b7eb2e2cd2f51af89c798ff7
test_deps.py https://github.com/usethis-python/usethis-python/pull/1887/files#diff-87cee54ce3661f270c09194e0ed323be830aa5ab70975b0e66e3ed956de46c8d
.agents/skills/usethis-python-test/SKILL.mdhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-eaa616b2d6daddff7365229819e309f179f45012c56da03520512be79f5ea751
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/.agents/skills/usethis-python-test/SKILL.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-eaa616b2d6daddff7365229819e309f179f45012c56da03520512be79f5ea751
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-eaa616b2d6daddff7365229819e309f179f45012c56da03520512be79f5ea751
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-eaa616b2d6daddff7365229819e309f179f45012c56da03520512be79f5ea751
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-eaa616b2d6daddff7365229819e309f179f45012c56da03520512be79f5ea751
AGENTS.mdhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-a54ff182c7e8acf56acfd6e4b9c3ff41e2c41a31c9b211b2deb9df75d9a478f9
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/AGENTS.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-a54ff182c7e8acf56acfd6e4b9c3ff41e2c41a31c9b211b2deb9df75d9a478f9
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-a54ff182c7e8acf56acfd6e4b9c3ff41e2c41a31c9b211b2deb9df75d9a478f9
tests/usethis/_backend/poetry/test_call.pyhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-d994ef8180ba35b2e621e3a46b30ddb11a45268826d6071ff8e6f48f74ea2491
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/tests/usethis/_backend/poetry/test_call.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-d994ef8180ba35b2e621e3a46b30ddb11a45268826d6071ff8e6f48f74ea2491
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-d994ef8180ba35b2e621e3a46b30ddb11a45268826d6071ff8e6f48f74ea2491
tests/usethis/_backend/uv/test_call.pyhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-d18e9b672761df8d8babc82e49b5e4a1d771f8e2bed13a0185b6e415c004099a
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/tests/usethis/_backend/uv/test_call.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-d18e9b672761df8d8babc82e49b5e4a1d771f8e2bed13a0185b6e415c004099a
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-d18e9b672761df8d8babc82e49b5e4a1d771f8e2bed13a0185b6e415c004099a
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-d18e9b672761df8d8babc82e49b5e4a1d771f8e2bed13a0185b6e415c004099a
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-d18e9b672761df8d8babc82e49b5e4a1d771f8e2bed13a0185b6e415c004099a
tests/usethis/_core/test_browse.pyhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-44028404c6ce284d4374a4239bd4d1b12ac3947eefbfc11e0dd35218c78cf55e
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/tests/usethis/_core/test_browse.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-44028404c6ce284d4374a4239bd4d1b12ac3947eefbfc11e0dd35218c78cf55e
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-44028404c6ce284d4374a4239bd4d1b12ac3947eefbfc11e0dd35218c78cf55e
tests/usethis/_core/test_core_badge.pyhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-78ac185bcc0646ae29f907d96d7931344b935197b9d3d09a25aaad502e6e93c3
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/tests/usethis/_core/test_core_badge.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-78ac185bcc0646ae29f907d96d7931344b935197b9d3d09a25aaad502e6e93c3
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-78ac185bcc0646ae29f907d96d7931344b935197b9d3d09a25aaad502e6e93c3
tests/usethis/_core/test_core_tool.pyhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/tests/usethis/_core/test_core_tool.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-ebc73c512a65745bdcc2bd242acbe30cee0360d3fd14694b4cd01f64e3520ff7
tests/usethis/_file/yaml/test_yaml_io_.pyhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-7d2934cd09137741cb64e0e02afce442cd5715299e4c3e8d4c1d85c67d5abf64
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/tests/usethis/_file/yaml/test_yaml_io_.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-7d2934cd09137741cb64e0e02afce442cd5715299e4c3e8d4c1d85c67d5abf64
tests/usethis/_tool/impl/base/test_coverage_py.pyhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-41ad8424ffefb982d2269b662eede49dbf222af5ae1a52874aaefeb87d5925fc
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/tests/usethis/_tool/impl/base/test_coverage_py.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-41ad8424ffefb982d2269b662eede49dbf222af5ae1a52874aaefeb87d5925fc
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-41ad8424ffefb982d2269b662eede49dbf222af5ae1a52874aaefeb87d5925fc
tests/usethis/_tool/impl/base/test_ruff.pyhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/tests/usethis/_tool/impl/base/test_ruff.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-b2f7ed409e59821eda2a702039dbd41d3cdf664c804e1e392db2b28031c4b391
tests/usethis/test_console.pyhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-aa21252ae6e46d4cab2a18115d353ffa1dc8c1b5b7eb2e2cd2f51af89c798ff7
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/tests/usethis/test_console.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-aa21252ae6e46d4cab2a18115d353ffa1dc8c1b5b7eb2e2cd2f51af89c798ff7
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-aa21252ae6e46d4cab2a18115d353ffa1dc8c1b5b7eb2e2cd2f51af89c798ff7
tests/usethis/test_deps.pyhttps://github.com/usethis-python/usethis-python/pull/1887/files#diff-87cee54ce3661f270c09194e0ed323be830aa5ab70975b0e66e3ed956de46c8d
View file https://github.com/usethis-python/usethis-python/blob/1c4795f708bc0d705b7231972178b584084c6cf9/tests/usethis/test_deps.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1887/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-87cee54ce3661f270c09194e0ed323be830aa5ab70975b0e66e3ed956de46c8d
https://github.com/usethis-python/usethis-python/pull/1887/files#diff-87cee54ce3661f270c09194e0ed323be830aa5ab70975b0e66e3ed956de46c8d
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1887/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.