diff options
author | blsaws <blsaws@hotmail.com> | 2015-11-10 14:17:22 -0800 |
---|---|---|
committer | blsaws <blsaws@hotmail.com> | 2015-11-10 14:31:51 -0800 |
commit | 51f1c01d34888b48694e3c4ea67f707706532310 (patch) | |
tree | 2ec8f1354b906431bc45ca2a1d76f544fc736442 /tests | |
parent | dc75170d734debbe8a5de88cc71b52c3e53fd45e (diff) |
Correct structure
Add docs folder
Update HTML theme
Remove example docs
JIRA: SFC-3
Change-Id: If0158796aee5f020f3bb4403b8a67952f9e6bb26
Signed-off-by: blsaws <blsaws@hotmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/NAME_tests.py | 11 | ||||
-rw-r--r-- | tests/__init__.py | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/NAME_tests.py b/tests/NAME_tests.py new file mode 100644 index 00000000..9f83104c --- /dev/null +++ b/tests/NAME_tests.py @@ -0,0 +1,11 @@ +from nose.tools import * +import NAME + +def setup(): + print "SETUP!" + +def teardown(): + print "TEAR DOWN!" + +def test_basic(): + print "I RAN!" diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/tests/__init__.py |