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

Improve the run-tests shell script #64

Closed
ParthS007 opened this issue Oct 12, 2020 · 0 comments · Fixed by #68
Closed

Improve the run-tests shell script #64

ParthS007 opened this issue Oct 12, 2020 · 0 comments · Fixed by #68
Assignees

Comments

@ParthS007
Copy link
Member

Later improvement: instead of having commands written twice, we could define shell functions like:

check_black () {
    black --check .
}

so that we can simply call check_black in appropriate places here...

In this way the commands to run will be defined in a single place (inside the shell function).

Originally posted by @tiborsimko in #36 (comment)

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 a pull request may close this issue.

1 participant