test
This commit is contained in:
parent
a1ca7da5ad
commit
f2b0737249
5 changed files with 90 additions and 0 deletions
1
test/lib/__init__.py
Normal file
1
test/lib/__init__.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
__author__ = 'rafael'
|
||||
9
test/lib/dummy.py
Normal file
9
test/lib/dummy.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
__author__ = 'rafael'
|
||||
|
||||
|
||||
class Dummy(object):
|
||||
def __init__(self, **kwargs):
|
||||
self.args = kwargs
|
||||
|
||||
def create(args):
|
||||
return Dummy(**args)
|
||||
Loading…
Add table
Add a link
Reference in a new issue