index
:
delta/ruby-gems/hoe.git
master
github.com: seattlerb/hoe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
hoe
/
test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
! Removed Minitest::TestTask. Shipped with minitest 5.16+ now!
Ryan Davis
2022-12-15
1
-128
/
+2
*
+ Added warning to bundled minitest/test_task.
Ryan Davis
2022-10-20
1
-1
/
+1
*
+ Removed dead rcov plugin and added (simple)cov plugin.
Ryan Davis
2022-10-19
1
-1
/
+6
*
- Fixed wiring of test_prelude into Minitest::TestTask.create. (flavorjones)
Ryan Davis
2020-02-09
1
-1
/
+2
*
oops. Needed to keep using FILTER for make_test_cmd (for others, not minitest).
Ryan Davis
2019-06-26
1
-1
/
+5
*
- Removed FILTER/N/X handling from hoe/test.rb in favor of minitest/test_task...
Ryan Davis
2019-06-26
1
-14
/
+0
*
I left it verbose while debugging and forgot to remove
Ryan Davis
2019-05-25
1
-1
/
+0
*
+ Added Minitest::TestTask (will move to minitest proper soon)
Ryan Davis
2019-05-25
1
-29
/
+55
*
+ Added X=exclude_pattern to the test plugin. Can be used in conjunction with...
Ryan Davis
2019-04-29
1
-0
/
+1
*
+ Added 'multiruby_skip' config so it can be in global ~/.hoerc.
Ryan Davis
2019-03-28
1
-1
/
+10
*
+ Added so_name variable to bin/sow for using hoe w/ c-extensions.
Ryan Davis
2015-09-02
1
-23
/
+0
*
more stylistic tweaks
Ryan Davis
2015-01-27
1
-4
/
+4
*
interpolated strings
Ryan Davis
2015-01-27
1
-1
/
+1
*
normalized %-formatted tokens
Ryan Davis
2015-01-27
1
-2
/
+2
*
converted everything to double quoted strings
Ryan Davis
2015-01-27
1
-11
/
+11
*
+ Added test:slow task so I don't have to remember sort's flags anymore.
Ryan Davis
2014-03-24
1
-0
/
+7
*
+ Added test_cmd task to make running tests in subcommands (eg profiling) easy.
Ryan Davis
2014-01-22
1
-0
/
+5
*
- Fixed bug when mixing TESTOPTS & N.
Ryan Davis
2014-01-16
1
-2
/
+7
*
+ Added N=testname option to the test task to shortcut TESTOPTS='-n testname'
Ryan Davis
2013-08-19
1
-1
/
+2
*
- Fixed problems with shell redirection on non-bash systems. (kou)
Ryan Davis
2013-06-05
1
-1
/
+1
*
+ Um... the default test lib should probably be minitest, not testunit.
Ryan Davis
2013-05-22
1
-2
/
+2
*
- Define a blank test task just in case nothing is found
Ryan Davis
2013-05-09
1
-0
/
+2
*
- Set test_globs default value to pick up test/*spec* files as well. (millisami)
Ryan Davis
2012-08-20
1
-1
/
+1
*
- Fixed rake multi's use of multiruby_skip.
Ryan Davis
2012-04-06
1
-0
/
+1
*
- Fixed missing dependency for .gemtest creation (larskanis)
Ryan Davis
2012-03-08
1
-1
/
+1
*
+ rake multi now just reinvokes rake using multiruby to allow hoe plugins to ...
Ryan Davis
2012-02-16
1
-11
/
+3
*
- Fixed Hoe.read_utf to work on both 1.8 and 1.9. Unicode files FTW! (tenderl...
Ryan Davis
2011-11-23
1
-1
/
+5
*
- Fix for RSpec support broken in 0dc6b2f (ged)
Ryan Davis
2011-08-22
1
-20
/
+38
*
- Don't attempt to require RSpec 1 in an RSpec 2 environment. (monde)
Ryan Davis
2011-08-15
1
-15
/
+12
*
- Fixed test/packaging issue when wrapping hoespec in namespace. (damphyr)
Ryan Davis
2011-08-14
1
-1
/
+3
*
+ Multiruby now skips mri_trunk if multiruby_skip includes 1.9
Ryan Davis
2011-03-31
1
-0
/
+1
*
+ Test#make_test_cmd now sorts test files (mostly for testing)
Ryan Davis
2011-03-22
1
-1
/
+1
*
+ Added :none as a testlib option to let you do whatever you want. (phiggins)
Ryan Davis
2011-03-22
1
-3
/
+9
*
+ Added Hoe::Test#test_prelude to allow for code to run before test loading.
Ryan Davis
2011-01-05
1
-0
/
+25
*
+ Added rspec2 support (bleything)
Ryan Davis
2010-11-15
1
-3
/
+20
*
- Fixed test command to use '--' before filter args
Ryan Davis
2010-02-23
1
-1
/
+1
*
! Plugins can no longer be self-activating.
Ryan Davis
2009-06-22
1
-2
/
+0
*
! Added a plugin system and extracted nearly everything into separate plugins.
Ryan Davis
2009-06-01
1
-0
/
+140