From f711d55d465bd8838dc55bde1f4a25d582a6bb6b Mon Sep 17 00:00:00 2001 From: Sophia Pearson Date: Sun, 4 Sep 2022 21:52:27 +0200 Subject: tests: adjust tests to new design --- Tests/ComponentTests/ParserTests/test_CommandParser.gd | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Tests/ComponentTests/ParserTests/test_CommandParser.gd (limited to 'Tests/ComponentTests/ParserTests/test_CommandParser.gd') diff --git a/Tests/ComponentTests/ParserTests/test_CommandParser.gd b/Tests/ComponentTests/ParserTests/test_CommandParser.gd deleted file mode 100644 index bdb14a6..0000000 --- a/Tests/ComponentTests/ParserTests/test_CommandParser.gd +++ /dev/null @@ -1,9 +0,0 @@ -extends CommandParserTestBase - -const Command = preload("res://Scripts/Command.cs") - -func parse(input: String) -> Command: - return autofree(_instance.TryParse(input)) - -func test_parsing_the_empty_string_returns_null(): - assert_null(parse('')) -- cgit v1.2.3