From 51f1c01d34888b48694e3c4ea67f707706532310 Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 10 Nov 2015 14:17:22 -0800 Subject: Correct structure Add docs folder Update HTML theme Remove example docs JIRA: SFC-3 Change-Id: If0158796aee5f020f3bb4403b8a67952f9e6bb26 Signed-off-by: blsaws --- tests/NAME_tests.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/NAME_tests.py (limited to 'tests/NAME_tests.py') 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!" -- cgit 1.2.3-korg