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

Remove unused code from tests.

pull/7/head
Ferry Boender 10 years ago
parent e50ce9ec36
commit 196126442e
  1. 13
      test/test.py

@ -11,19 +11,6 @@ import requests
import StringIO
import re
base_config = {
"title": "test",
"forms": [
{
"name": "test",
"title": "title",
"description": "description",
"script": "test.sh",
"fields": [],
}
]
}
class FormConfigTestCase(unittest.TestCase):
"""

Loading…
Cancel
Save