Console application for filtering CSV #636
Annotations
5 errors
Test:
test/csv/csv-filter/test_csv_filter.rb#L62
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 @assertion_count=4020, @pass_count=510, @run_count=511, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @stop_tag=#<Object:0x0000027450bb2508>, @failures=[], @errors=[#<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 ...>>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000027450bfa240 @a_proc=#<Proc:0x0000027450bfa268 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>, @hash=2698594198120>=>#<Proc:0x0000027450bfa268 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:93>}, "Test::Unit::TestResult::CHANGED"=>{#<Test::Unit::Util::ProcWrapper:0x0000027450bf95e8 @a_proc=#<Proc:0x0000027450bf9638 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>, @hash=2698594195000>=>#<Proc:0x0000027450bf9638 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:96>}, "Test::Unit::TestResult::PASS_ASSERTION"=>{#<Test::Unit::Util::ProcWrapper:0x0000027450bf8c88 @a_proc=#<Proc:0x0000027450bf8cd8 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>, @hash=2698594192600>=>#<Proc:0x0000027450bf8cd8 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:99>}, "Test::Unit::TestResult::FAULT"=>{#<Test::Unit::Util::ProcWrapper:0x0000027450bb3fc0 @a_proc=#<Proc:0x0000027450bf8008 D:/a/csv/csv/vendor/bundle/ruby/3.0.0/gems/test-unit-3.6.7/lib/test/unit/ui/testrunnermediator.rb:102>, @hash=2698594189320>=>#<Proc:0x000002745
|
Test:
test/csv/csv-filter/test_csv_filter.rb#L70
NoMethodError: undefined method `api_output' for #<TestFilter:0x00000274557336f8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000274557336d0 @start_time=2025-02-08 16:16:34.7409077 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 @assertion_count=4020, @pass_count=510, @run_count=512, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=0.01737, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000027455c0b158 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000274557336f8 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @stop_tag=#<Object:0x0000027450bb2508>, @failures=[], @errors=[#<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=0.01737, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000027455c0b158 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000274557336f8 ...>>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>], @pendings=[], @omissions=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">], @notifications=[], @channels={"Test::Unit::TestResult::FINISHED"=>{#<Test::Unit::Util::ProcWrapper:0x0000027450bfa240 @a_proc=#<Proc:0x0000027450bfa268 D:/a/cs
|
Test:
test/csv/csv-filter/test_csv_filter.rb#L77
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733518 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000274557334f0 @start_time=2025-02-08 16:16:34.7520867 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 @assertion_count=4020, @pass_count=510, @run_count=513, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=0.01737, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000027455c0b158 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000274557336f8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000274557336d0 @start_time=2025-02-08 16:16:34.7409077 +0000, @elapsed_time=0.011145, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000027455c20f08 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733518 ...>>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>], @stop_tag=#<Object:0x0000027450bb2508>, @failures=[], @errors=[#<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=0.01737, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedto
|
Test:
test/csv/csv-filter/test_csv_filter.rb#L83
NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733388 @method_name="test_option_v", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733338 @start_time=2025-02-08 16:16:34.7691111 +0000, @elapsed_time=nil, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 @assertion_count=4020, @pass_count=510, @run_count=514, @summary_generators=[:failure_summary, :error_summary, :pending_summary, :omission_summary, :notification_summary], @problem_checkers=[:failure_occurred?, :error_occurred?], @Faults=[#<Test::Unit::Omission:0x0000027455799728 @test_name="test_open_with_bom(TestCSVInterfaceRead)", @location=["D:/a/csv/csv/test/csv/interface/test_read.rb:238:in `test_open_with_bom'"], @message="BOM detection on Windows may be buggy: Bug #20526", @method_name="test_open_with_bom">, #<Test::Unit::Error:0x0000027455b5a830 @test_name="test_invalid_option(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733bf8 @method_name="test_invalid_option", @internal_data=#<Test::Unit::TestCase::InternalData:0x0000027455733bd0 @start_time=2025-02-08 16:16:34.7234233 +0000, @elapsed_time=0.01737, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_invalid_option", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:62:in `test_invalid_option'"]>, #<Test::Unit::Error:0x0000027455c0b158 @test_name="test_no_options(TestFilter)", @exception=#<NoMethodError: undefined method `api_output' for #<TestFilter:0x00000274557336f8 @method_name="test_no_options", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000274557336d0 @start_time=2025-02-08 16:16:34.7409077 +0000, @elapsed_time=0.011145, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_no_options", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:70:in `test_no_options'"]>, #<Test::Unit::Error:0x0000027455c20f08 @test_name="test_option_h(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733518 @method_name="test_option_h", @internal_data=#<Test::Unit::TestCase::InternalData:0x00000274557334f0 @start_time=2025-02-08 16:16:34.7520867 +0000, @elapsed_time=0.016991, @passed=false, @interrupted=true, @test_data_label=nil, @test_data=nil>, @_result=#<Test::Unit::TestResult:0x0000027450bfabf0 ...>, @input="aaa,bbb,ccc\nddd,eee,fff\n">>, @method_name="test_option_h", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:45:in `results_for_cli_option'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:77:in `test_option_h'"]>, #<Test::Unit::Error:0x0000027455cda598 @test_name="test_option_v(TestFilter)", @exception=#<NameError: undefined local variable or method `cli_option_names' for #<TestFilter:0x0000027455733388 ...>>, @method_name="test_option_v", @location=["D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:30:in `run_csv_filter'", "D:/a/csv/csv/test/csv/csv-filter/test_csv_filter.rb:48:in `block in results_for_cli_option'", "C:/hostedtoolcache/windows/Ruby/3.0.7/x64/lib/ruby/3.0.0/tempfile.rb:358:in `create'", "D:/a
|
Test
Process completed with exit code 1.
|
Loading