We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm trying to use arduino_ci for test driven development.
Unfortunately I haven't seen a way to run a given test file.
I was expecting to run (only) one test file using for example:
bundle exec arduino_ci_remote.rb test/test_application.cpp
or just one unit test
bundle exec arduino_ci_remote.rb test/test_application.cpp::unittest_name
(it may be harder)
But being at least a test file could speedup development process.
Kind regards
The text was updated successfully, but these errors were encountered:
Duplicate of #48
Sorry, something went wrong.
I've pushed updates to REFERENCE.md, hopefully they will explain how to accomplish most of this.
No branches or pull requests
Hello,
I'm trying to use arduino_ci for test driven development.
Unfortunately I haven't seen a way to run a given test file.
I was expecting to run (only) one test file using for example:
or just one unit test
(it may be harder)
But being at least a test file could speedup development process.
Kind regards
The text was updated successfully, but these errors were encountered: