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

Single task to run all tests and linter #221

Open
ScottyB opened this issue Nov 24, 2019 · 0 comments
Open

Single task to run all tests and linter #221

ScottyB opened this issue Nov 24, 2019 · 0 comments
Milestone

Comments

@ScottyB
Copy link
Contributor

ScottyB commented Nov 24, 2019

Currently we have to run four different commands to make sure CI does not break. These tasks should be consolidated into a single command that can be run. The tasks currently required are as follows:

  • python3 setup.py test
  • find surround/ -iname "*.py" | xargs pylint
  • find examples/ -iname "*.py" | xargs pylint
  • ls examples/ | xargs -n 1 -I '{}' python examples/'{}'/main.py
@ScottyB ScottyB added this to the 0.0.15 milestone Jul 1, 2020
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

No branches or pull requests

1 participant