#######################################################################
# This file is part of PyBlosxom.
#
# Copyright (c) 2010 Will Kahn-Greene
#
# PyBlosxom is distributed under the MIT license. See the file
# LICENSE for distribution details.
#######################################################################
import unittest
from plugins.tests.comments.test_akismetcomments import *
from plugins.tests.comments.test_check_javascript import *
from plugins.tests.comments.test_comments import *
from plugins.tests.categories.test_pycategories import *
|