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 a "tasks" task to print the list of tasks supported by the build system #2721

Merged
merged 1 commit into from Dec 29, 2020

Conversation

Zalathar
Copy link
Contributor

I always found it slightly annoying to have to look through .travis.yml or __main__.py to figure out which tasks are supported by ./build.sh, especially since some of the task names don't appear directly in the source. So I added a new task that just directly prints a list of all known task names.

I also added a helpful suggestion to the error message that appears when no task is specified.

@Zalathar Zalathar added the tests/build/CI about testing or deployment *of* Hypothesis label Dec 29, 2020
Copy link
Member

@Zac-HD Zac-HD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@Zac-HD Zac-HD merged commit a0e841a into HypothesisWorks:master Dec 29, 2020
@Zalathar Zalathar deleted the tasks branch December 29, 2020 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests/build/CI about testing or deployment *of* Hypothesis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants