Skip to content

Conversation

@hugovk
Copy link
Member

Right now, there's a blurb test command which checks the files in https://github.com/python/blurb/tree/main/tests/fail and https://github.com/python/blurb/tree/main/tests/pass are dealt with as expected.

They're not run as part of the regular unit test suite and aren't part of test coverage.

This PR moves them into the test suite and removes the blurb test subcommand.

As an alternative, we could possibly keep the blurb test subcommand and also make then runnable via the test suite, but I think it might be cleaner to have them all in one place?

@hugovkhugovk merged commit 65941da into python:mainJan 6, 2025
@hugovkhugovk deleted the blurb-test branch January 6, 2025 13:56
@hugovkhugovk mentioned this pull request Jan 7, 2025
@hugovkhugovk changed the title Move 'blurb test' subcommand into test suiteMove blurb test subcommand into test suiteJan 15, 2025
Sign up for freeto 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

@hugovk@ezio-melotti