django-rainbowtests
django-rainbowtests copied to clipboard
Unicode characted codes instead of characters
I got unicode character codes printed out instead of actual characters. See
Well, that's much less amusing. What version of python & django are you using @grafa? I'll try to replicate this and get back to you.
Django 2.0 and Python 3.6.
Thanks! I haven't gotten around to updating any of my stuff for Django 2.0, yet. Not sure if that's the issue or not, but I'll try to get back to this soon.
First, thanks a lot for sharing django-rainbowtests 🙂
I'd just like to let you know – in case it's helpful – that this problem doesn't seem to occur on my system:
Configuration (settings.py
)
TEST_RUNNER = 'rainbowtests.test.runner.RainbowDiscoverCoverageRunner'
RAINBOWTESTS_HIGHLIGHT_PATH = BASE_DIR
System information
- macOS Mojave 10.14
- Fish shell 2.7.1
- Python 3.7.0
- Django 2.1.2
- django-rainbowtests 0.6.0 installed with Pipenv 2018.7.1
I think that should be all the relevant details – let me know if more is needed.
Edit: Added Fish shell version
Hi @yhoiseth, this does help a great deal! Thanks for the feedback.