Skip to content

Use explicit *.test urls in unit tests#824

Merged
lepture merged 1 commit intoauthlib:mainfrom
azmeuk:test-urls
Sep 16, 2025
Merged

Use explicit *.test urls in unit tests#824
lepture merged 1 commit intoauthlib:mainfrom
azmeuk:test-urls

Conversation

@azmeuk
Copy link
Member

@azmeuk azmeuk commented Sep 15, 2025

What kind of change does this PR introduce?

This replaces urls like http://a.b with http://provider.test, http://client.test or http://resource.test in the unit tests suite, for readability, and because it is a good practice to use the .test TLD in tests.

Checklist


  • You consent that the copyright of your pull request source code belongs to Authlib's author.

@azmeuk azmeuk force-pushed the test-urls branch 2 times, most recently from 2e15cf7 to 23fc1cb Compare September 15, 2025 19:50
@azmeuk azmeuk changed the title Use explicit *.test url in unit tests Use explicit *.test urls in unit tests Sep 15, 2025
@lepture lepture merged commit 99e330f into authlib:main Sep 16, 2025
8 checks passed
@azmeuk azmeuk deleted the test-urls branch September 16, 2025 05:41
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