with the new framework there are 16 more tests, just doing it thorough
This commit is contained in:
parent
8151ed6b9d
commit
98a907e8e6
7
test/parser/test_all.rb
Normal file
7
test/parser/test_all.rb
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
require_relative "test_basic.rb"
|
||||
require_relative "test_arguments.rb"
|
||||
require_relative "test_expressions.rb"
|
||||
require_relative "test_function_call.rb"
|
||||
require_relative "test_conditional.rb"
|
||||
require_relative "test_function_definition.rb"
|
@ -1,6 +1,6 @@
|
||||
require_relative "helper"
|
||||
|
||||
class TestBasic < MiniTest::Test
|
||||
class TestConditional < MiniTest::Test
|
||||
# include the magic (setup and parse -> test method translation), see there
|
||||
include ParserHelper
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
require_relative "helper"
|
||||
|
||||
class TestBasic < MiniTest::Test
|
||||
class TestExpressions < MiniTest::Test
|
||||
# include the magic (setup and parse -> test method translation), see there
|
||||
include ParserHelper
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
require_relative "test_crystal"
|
||||
require_relative "test_ast"
|
||||
require_relative "test_parser"
|
||||
require_relative "test_small_program"
|
||||
require_relative "test_transform"
|
||||
#require_relative "test_runner"
|
||||
require_relative "parser/test_all"
|
||||
|
Loading…
Reference in New Issue
Block a user