1
#!/usr/bin/env python -tt
4
# File: utests/test_wl_markdown.py
6
# Created by Holger Rapp on 2009-02-28.
7
# Copyright (c) 2009 HolgerRapp@gmx.net. All rights reserved.
9
# Last Modified: $Date$
12
# Since we want to include something from one path up,
13
# we append the parent path to sys.path
14
import sys; sys.path.append("..")
18
from models import Image
20
class TestImages_TestUploading_ExceptCorrectResult(unittest.TestCase):
25
if __name__ == '__main__':
27
# k = TestWlMarkdown_WikiWordsInLink_ExceptCorrectResult()
28
# unittest.TextTestRunner().run(k)