Browse Source

hide the test cases from import *

main
John-Mark Gurney 5 years ago
parent
commit
53b70e6a3b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ui/server.py

+ 1
- 1
ui/server.py View File

@@ -30,7 +30,7 @@ class MEDAStore:
#medastore = MEDAStore()
#resource = medastore.app.resource

class Test(unittest.TestCase):
class _TestCases(unittest.TestCase):
def setUp(self):
d = os.path.realpath(tempfile.mkdtemp())
self.basetempdir = d


Loading…
Cancel
Save