Skip to content

Commit

Permalink
added tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CoYe committed Jun 3, 2017
1 parent 549d5bb commit 7b8361b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
__author__ = 'CoYe'
2 changes: 2 additions & 0 deletions package/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
2 changes: 2 additions & 0 deletions package/tests/networking/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
2 changes: 2 additions & 0 deletions package/tests/networking/cisco/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
2 changes: 2 additions & 0 deletions package/tests/networking/cisco/aireos/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

0 comments on commit 7b8361b

Please sign in to comment.