Feature test templates
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
13 | # details. | |
14 | # | |
15 | # You should have received a copy of the GNU General Public License along | |
16 | # with CIRCLE. If not, see <http://www.gnu.org/licenses/>. | |
17 | ||
18 | from os import listdir | |
19 | from os.path import isfile, isdir, join | |
20 | import unittest | |
21 | ||
22 | from django.conf import settings | |
23 | from django.template import Template, Context, VariableDoesNotExist | |
24 | from django.template.loader import find_template_loader | |
25 | from django.core.urlresolvers import NoReverseMatch | |
26 | ||
27 | ||
28 | class SubscribeTestCase(unittest.TestCase): | |
Please
register
or
sign in
to reply
|
Added 1 new commit:
Added 1 new commit:
mentioned in commit 73c44add
mentioned in commit 73c44add