This repository has been archived by the owner on Jun 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
WE NEED TESTS! #4
Labels
Comments
Looking at what lives in test/, we've got some work to do. That stuff is terribly outdated. |
Also, Test::Unit is deprecated. Look into MiniTest instead. |
RyanFrantz
pushed a commit
that referenced
this issue
May 12, 2014
- Using Minitest as Test::Unit is deprecated. - Wrote basic tests for the Executor class. - For #4.
RyanFrantz
pushed a commit
that referenced
this issue
May 13, 2014
- The Config tests forced me to update config.rb. Power. - See #4.
RyanFrantz
pushed a commit
that referenced
this issue
May 16, 2014
- So much work to do but I'm headed to bed. - Related to #4.
RyanFrantz
pushed a commit
that referenced
this issue
May 16, 2014
RyanFrantz
pushed a commit
that referenced
this issue
May 16, 2014
- Removed the older 'run_tests.rb' script and updated the Rakefile to call the new tests. - For #4.
RyanFrantz
pushed a commit
that referenced
this issue
Jun 28, 2014
- Related to #4. - Cleaned up the 'check_cpu_idle.CRITICAL' environment file and added some missing output in the 'check_cpu' formatter.
RyanFrantz
pushed a commit
that referenced
this issue
Jul 3, 2014
- Refactored messages/email.rb a bit because #send was really building the message, then sending it. - The message is built in #build_message which is called by #send, and then the message is delivered. - This separates the concerns and makes it easier to write tests for this functionality. - Related to #4.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need tests! Lots of them.
The text was updated successfully, but these errors were encountered: