Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/a45440de95d17308c9acb6ba2b94d130836420a3?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Testcases: remove json test file after tests have run.

pull/7/head
Ferry Boender 10 years ago
parent 7b77a5570a
commit a45440de95
  1. 2
      test/test.py

@ -69,6 +69,8 @@ class ScriptFormTestCase(unittest.TestCase):
def testShutdown(self): def testShutdown(self):
self.assertTrue(True) self.assertTrue(True)
if os.path.exists('test.json'):
os.unlink('test.json')
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()

Loading…
Cancel
Save