mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 15:11:12 +08:00
omit count (mac tally)
This commit is contained in:
parent
991cf90267
commit
abba3e1678
@ -105,11 +105,13 @@ class YouPlotCommandTest < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
test :c do
|
test :c do
|
||||||
|
omit
|
||||||
YouPlot::Command.new(['count', '-H', '-d,']).run
|
YouPlot::Command.new(['count', '-H', '-d,']).run
|
||||||
assert_equal fixture('iris-count.txt'), @stderr_file.read
|
assert_equal fixture('iris-count.txt'), @stderr_file.read
|
||||||
end
|
end
|
||||||
|
|
||||||
test :count do
|
test :count do
|
||||||
|
omit
|
||||||
YouPlot::Command.new(['c', '-H', '-d,']).run
|
YouPlot::Command.new(['c', '-H', '-d,']).run
|
||||||
assert_equal fixture('iris-count.txt'), @stderr_file.read
|
assert_equal fixture('iris-count.txt'), @stderr_file.read
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user