-
Notifications
You must be signed in to change notification settings - Fork 22
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
Writing tests for workers #125
Comments
@romand-ironio it's for you. suggestion - add method for code package which will show list of files and runtime-specific things (like gems). |
I basically created this ticket as a conversation starter. Basically what I would like to see are two things: integratedA way to run workers as part of an integration test suite (in-process). Here's what I'm doing right now:
And then in a test:
IsolatedA way to test a worker in an isolated way to make sure all its dependencies are correct. This would probably use
so what's missing here IMHO is maybe an integration with RSpec. |
Can you please come to support channel @ http://get.iron.io/chat so we can discuss? |
sorry don't have time at the moment. happy to contribute here from time to time. |
any time - we usually have 2-3 devs sitting there. |
Provide a way to write automated tests for workers. The tests should include building the code package to ensure all files and gems are required correctly.
The text was updated successfully, but these errors were encountered: