| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-06-18 | Move test helpers into Homebrew::TestCase | Jack Nagel | |
| 2014-06-18 | Use a custom test class so we can avoid monkeypatching | Jack Nagel | |
| 2014-06-16 | Don't load unused compat files for tests | Jack Nagel | |
| 2014-06-13 | Only define intel family test on intel CPU | Jack Nagel | |
| 2014-06-12 | Always pass path to formula constructor | Jack Nagel | |
| 2014-06-12 | Make compiler objects directly | Jack Nagel | |
| 2014-06-12 | No need to send, just call the method | Jack Nagel | |
| 2014-06-12 | Handle failures in temporary_install better | Jack Nagel | |
| 2014-06-12 | Remove repeated test code | Jack Nagel | |
| 2014-06-12 | Always expand __FILE__ | Jack Nagel | |
| 2014-06-12 | Always pass a path to formula constructor in tests | Jack Nagel | |
| 2014-06-12 | Move a test class that is only used once into the test | Jack Nagel | |
| 2014-06-12 | Remove an extra slash in file:// URLs in tests | Jack Nagel | |
| 2014-06-12 | Use example.com as domain in tests | Jack Nagel | |
| 2014-06-12 | Remove dummy method | Jack Nagel | |
| 2014-06-12 | Remove a const_defined? check | Jack Nagel | |
| 2014-06-12 | Deprecate Pathname#cp and Pathname#chmod_R | Jack Nagel | |
| As far as I can tell these methods have only ever been used in the test suite. Since Formula includes FileUtils, it is generally simpler (and in the case of cp, more readable) to use the FileUtils methods directly. Closes #30081. | |||
| 2014-06-11 | Decouple CompilerSelector from MacOS, clean up tests | Jack Nagel | |
| 2014-06-11 | Fix up some assertions | Jack Nagel | |
| 2014-06-11 | Use assert_empty | Jack Nagel | |
| 2014-06-10 | Remove unnecessary require | Jack Nagel | |
| 2014-06-10 | Remove unnecessary code | Jack Nagel | |
| 2014-06-10 | Rename TEST_FOLDER to TEST_DIRECTORY | Jack Nagel | |
| 2014-06-10 | Remove ABS__FILE constant from test environment | Jack Nagel | |
| 2014-06-10 | Scope setup to the tests that need it | Jack Nagel | |
| 2014-06-10 | Add methods for building test file paths | Jack Nagel | |
| 2014-06-10 | Trust the fixtures and stop asserting on file(1) output | Jack Nagel | |
| 2014-06-10 | Pull common code into setup method | Jack Nagel | |
| 2014-06-10 | Extract constant strings | Jack Nagel | |
| 2014-06-10 | Pull mock initialization code into initialize | Jack Nagel | |
| 2014-06-10 | Move updater mock into test class namespace | Jack Nagel | |
| 2014-06-10 | Use external interface in tests | Jack Nagel | |
| 2014-06-10 | Simplify test setup | Jack Nagel | |
| 2014-06-10 | Remove rcov rake task | Jack Nagel | |
| rcov is not compatible with Ruby 2.0. | |||
| 2014-06-10 | Remove ruby-prof rake task | Jack Nagel | |
| The areas that we are interested in optimizing for performance are things that are invoked repeatedly, and are not evident in the test suite. | |||
| 2014-06-10 | Remove default values from formula constructor parameters | Jack Nagel | |
| Closes #30017. | |||
| 2014-06-09 | Use RbConfig.ruby if it's available | Jack Nagel | |
| 2014-06-09 | Fix formula test helper parameters | Jack Nagel | |
| 2014-06-04 | Clean up some test assertions | Jack Nagel | |
| 2014-05-28 | Remove unused method and associated test fixtures | Jack Nagel | |
| 2014-05-27 | Remove support for version "schemes", just pass version objects directly | Jack Nagel | |
| I'm not sure why I thought reinventing object instantiation was a good idea. | |||
| 2014-05-26 | Add failing test for parsing version from erlang bottle filename | Jack Nagel | |
| 2014-05-15 | bottle_version: support fontforge scheme. | Mike McQuaid | |
| 2014-05-14 | Taps: cleanup regexps around Taps | Tsukasa OMOTO | |
| Closes #29139. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2014-05-06 | bottle_version: handle zpython bottle. | Mike McQuaid | |
| Closes #28870. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-05-06 | bottle_version: parse disco bottle versions. | Mike McQuaid | |
| 2014-05-03 | The \w character class already includes underscore | Jack Nagel | |
| Newer versions of Ruby issue a warning for repeated character classes. | |||
| 2014-05-02 | Fix for String#undent | Baptiste Fontaine | |
| Without it, String#undent would fail on unindented strings, e.g.: "foo".undent NoMethodError: undefined method `length' for nil:NilClass` Closes #28873. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2014-04-29 | Remove test that doesn't add value | Jack Nagel | |
| 2014-04-25 | Pass around only absolute paths when dealing with taps | Jack Nagel | |
