forked from github/server
test processing and reports for E2 and E3 both
This commit is contained in:
parent
455e742116
commit
e8fa654a38
|
@ -2,4 +2,4 @@ require 'tests.e2.shiplanding'
|
|||
require 'tests.e2.e2features'
|
||||
require 'tests.e2.movement'
|
||||
require 'tests.e2.guard'
|
||||
require 'tests.e2.process'
|
||||
require 'tests.process'
|
||||
|
|
|
@ -3,3 +3,4 @@ require 'tests.e3.stealth'
|
|||
require 'tests.e3.spells'
|
||||
require 'tests.e3.rules'
|
||||
require 'tests.e3.parser'
|
||||
require 'tests.process'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require "lunit"
|
||||
|
||||
module("tests.e2.process", package.seeall, lunit.testcase)
|
||||
module("tests.process", package.seeall, lunit.testcase)
|
||||
|
||||
local u, r, f,turn
|
||||
|
Loading…
Reference in New Issue