Skip to content

Commit

Permalink
Move tests to a module, include in subclasses, style linting
Browse files Browse the repository at this point in the history
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?
  • Loading branch information
maclover7 committed Nov 20, 2016
1 parent 0ab54f4 commit 8e3901b
Showing 1 changed file with 195 additions and 188 deletions.
Loading

0 comments on commit 8e3901b

Please sign in to comment.