[tests/engine] Add test for module aliasing

This commit is contained in:
Tobi-wan Kenobi 2017-03-04 18:53:31 +01:00
parent 6a14681a65
commit 90dd636b43
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,8 @@
import bumblebee.engine
ALIASES = [ "test-alias" ]
class Module(bumblebee.engine.Module):
def __init__(self, engine, config):
super(Module, self).__init__(engine, config,