summaryrefslogtreecommitdiffstats
path: root/pike/pike/samples/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'pike/pike/samples/tests.py')
-rw-r--r--pike/pike/samples/tests.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/pike/pike/samples/tests.py b/pike/pike/samples/tests.py
index 02c59247..4258e257 100644
--- a/pike/pike/samples/tests.py
+++ b/pike/pike/samples/tests.py
@@ -1,3 +1,6 @@
+'''
+pike sample test
+'''
# Copyright (c) 2017-2018 Wind River Systems, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +21,11 @@ from rest_framework import status
class SampleViewTest(unittest.TestCase):
+ '''
+ Sample view test
+ '''
def setUp(self):
+
self.client = Client()
def tearDown(self):