Added tests for ANSIString, and fixed some bugs for it along the way.

This commit is contained in:
Kelketek Rritaa 2014-03-01 14:20:39 -06:00 committed by Griatch
parent ef8755581c
commit f0130d8384
4 changed files with 156 additions and 15 deletions

4
src/utils/models.py Normal file
View file

@ -0,0 +1,4 @@
"""
Dummy models.py file to allow us to add utils to the apps list so Django's
test runner will recognize it.
"""