Added tests for ANSIString, and fixed some bugs for it along the way.
This commit is contained in:
parent
ef8755581c
commit
f0130d8384
4 changed files with 156 additions and 15 deletions
4
src/utils/models.py
Normal file
4
src/utils/models.py
Normal 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.
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue