Remove unused code from tests.

pull/7/head
Ferry Boender 9 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