Add some tests...

This commit is contained in:
kojix2
2020-08-19 23:47:37 +09:00
parent 59d200cae0
commit 38084c6db5
3 changed files with 137 additions and 0 deletions

4
test/uplot/plot_test.rb Normal file
View File

@@ -0,0 +1,4 @@
require_relative '../test_helper.rb'
class UplotPlotTest < Test::Unit::TestCase
end