mirror of
https://github.com/red-data-tools/YouPlot.git
synced 2025-05-06 07:10:10 +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
|
||||
|
||||
test :c do
|
||||
omit
|
||||
YouPlot::Command.new(['count', '-H', '-d,']).run
|
||||
assert_equal fixture('iris-count.txt'), @stderr_file.read
|
||||
end
|
||||
|
||||
test :count do
|
||||
omit
|
||||
YouPlot::Command.new(['c', '-H', '-d,']).run
|
||||
assert_equal fixture('iris-count.txt'), @stderr_file.read
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user