Child: [ddf08c] (diff)

Download this file

__init__.py    14 lines (8 with data), 284 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# -*- coding: utf-8 -*-
"""Unit and functional test suite for allura."""
import alluratest.controller
class TestController(alluratest.controller.TestController):
"""
Base functional test case for the controllers.
"""
application_under_test = 'main_without_authn'