summaryrefslogtreecommitdiff
path: root/lib/hoe/test.rb
Commit message (Expand)AuthorAgeFilesLines
* ! Removed Minitest::TestTask. Shipped with minitest 5.16+ now!Ryan Davis2022-12-151-128/+2
* + Added warning to bundled minitest/test_task.Ryan Davis2022-10-201-1/+1
* + Removed dead rcov plugin and added (simple)cov plugin.Ryan Davis2022-10-191-1/+6
* - Fixed wiring of test_prelude into Minitest::TestTask.create. (flavorjones)Ryan Davis2020-02-091-1/+2
* oops. Needed to keep using FILTER for make_test_cmd (for others, not minitest).Ryan Davis2019-06-261-1/+5
* - Removed FILTER/N/X handling from hoe/test.rb in favor of minitest/test_task...Ryan Davis2019-06-261-14/+0
* I left it verbose while debugging and forgot to removeRyan Davis2019-05-251-1/+0
* + Added Minitest::TestTask (will move to minitest proper soon)Ryan Davis2019-05-251-29/+55
* + Added X=exclude_pattern to the test plugin. Can be used in conjunction with...Ryan Davis2019-04-291-0/+1
* + Added 'multiruby_skip' config so it can be in global ~/.hoerc.Ryan Davis2019-03-281-1/+10
* + Added so_name variable to bin/sow for using hoe w/ c-extensions.Ryan Davis2015-09-021-23/+0
* more stylistic tweaksRyan Davis2015-01-271-4/+4
* interpolated stringsRyan Davis2015-01-271-1/+1
* normalized %-formatted tokensRyan Davis2015-01-271-2/+2
* converted everything to double quoted stringsRyan Davis2015-01-271-11/+11
* + Added test:slow task so I don't have to remember sort's flags anymore.Ryan Davis2014-03-241-0/+7
* + Added test_cmd task to make running tests in subcommands (eg profiling) easy.Ryan Davis2014-01-221-0/+5
* - Fixed bug when mixing TESTOPTS & N.Ryan Davis2014-01-161-2/+7
* + Added N=testname option to the test task to shortcut TESTOPTS='-n testname'Ryan Davis2013-08-191-1/+2
* - Fixed problems with shell redirection on non-bash systems. (kou)Ryan Davis2013-06-051-1/+1
* + Um... the default test lib should probably be minitest, not testunit.Ryan Davis2013-05-221-2/+2
* - Define a blank test task just in case nothing is foundRyan Davis2013-05-091-0/+2
* - Set test_globs default value to pick up test/*spec* files as well. (millisami)Ryan Davis2012-08-201-1/+1
* - Fixed rake multi's use of multiruby_skip.Ryan Davis2012-04-061-0/+1
* - Fixed missing dependency for .gemtest creation (larskanis)Ryan Davis2012-03-081-1/+1
* + rake multi now just reinvokes rake using multiruby to allow hoe plugins to ...Ryan Davis2012-02-161-11/+3
* - Fixed Hoe.read_utf to work on both 1.8 and 1.9. Unicode files FTW! (tenderl...Ryan Davis2011-11-231-1/+5
* - Fix for RSpec support broken in 0dc6b2f (ged)Ryan Davis2011-08-221-20/+38
* - Don't attempt to require RSpec 1 in an RSpec 2 environment. (monde)Ryan Davis2011-08-151-15/+12
* - Fixed test/packaging issue when wrapping hoespec in namespace. (damphyr)Ryan Davis2011-08-141-1/+3
* + Multiruby now skips mri_trunk if multiruby_skip includes 1.9Ryan Davis2011-03-311-0/+1
* + Test#make_test_cmd now sorts test files (mostly for testing)Ryan Davis2011-03-221-1/+1
* + Added :none as a testlib option to let you do whatever you want. (phiggins)Ryan Davis2011-03-221-3/+9
* + Added Hoe::Test#test_prelude to allow for code to run before test loading.Ryan Davis2011-01-051-0/+25
* + Added rspec2 support (bleything)Ryan Davis2010-11-151-3/+20
* - Fixed test command to use '--' before filter argsRyan Davis2010-02-231-1/+1
* ! Plugins can no longer be self-activating.Ryan Davis2009-06-221-2/+0
* ! Added a plugin system and extracted nearly everything into separate plugins.Ryan Davis2009-06-011-0/+140