[tests/engine] Add test for module aliasing
This commit is contained in:
parent
6a14681a65
commit
90dd636b43
2 changed files with 10 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue