This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
medashare
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
hide the test cases from import *
main
John-Mark Gurney
5 years ago
parent
5240a7d92b
commit
53b70e6a3b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
_
Test
Cases
(unittest.TestCase):
def setUp(self):
d = os.path.realpath(tempfile.mkdtemp())
self.basetempdir = d
Write
Preview
Loading…
Cancel
Save