Skip to content

Commit 8e3901b

Browse files
committed
Move tests to a module, include in subclasses, style linting
This fixes an error where the test runner would try and run XMLMiniEngineTest like a normal test class, except it's abstract. Now, to circumvent this, we don't include any of the actual tests in XMLMiniEngineTest; they are wrapped in a module that is included in subclass when they inherit from XMLMiniEngineTest. Pretty neat, huh?
1 parent 0ab54f4 commit 8e3901b

File tree

1 file changed

+195
-188
lines changed

1 file changed

+195
-188
lines changed

0 commit comments

Comments
 (0)