mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test: add test directory. Test::Unit aware testcases and needed files should
be located in this directory. dir/file name convention; test/{module_name}/test_{testcase_name}.rb test/{module_name}/{needed_files} someday, someone will write testrunner which searches test_*.rb and run testcases automatically * test/csv/*: add testcase for lib/csv.rb. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
da24c258c3
commit
5995377228
4 changed files with 1521 additions and 0 deletions
2
test/csv/bom.csv
Normal file
2
test/csv/bom.csv
Normal file
|
@ -0,0 +1,2 @@
|
|||
"foo"
|
||||
"bar"
|
|
1510
test/csv/test_csv.rb
Normal file
1510
test/csv/test_csv.rb
Normal file
File diff suppressed because it is too large
Load diff
0
test/csv/tmp/.keep_me
Normal file
0
test/csv/tmp/.keep_me
Normal file
Loading…
Add table
Add a link
Reference in a new issue