Skip to content

Commit

Permalink
Adding super_archives counting threads test
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusFaria committed Mar 23, 2016
1 parent 11e8403 commit aee40e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions colab/super_archives/tests/test_utils_collaborations.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# -*- coding:utf-8 -*-

from django.test import TestCase
from colab.super_archives.utils.collaborations import count_threads


class CollaborationTest(TestCase):

fixtures = ['mailinglistdata.json']

def test_count_threads(self):
self.assertEquals(count_threads(), 5)

0 comments on commit aee40e0

Please sign in to comment.