django-rainbowtests icon indicating copy to clipboard operation
django-rainbowtests copied to clipboard

Unicode characted codes instead of characters

Open im-n1 opened this issue 6 years ago • 5 comments

I got unicode character codes printed out instead of actual characters. See

image

im-n1 avatar Jun 12 '18 21:06 im-n1

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.

bradmontgomery avatar Jun 13 '18 14:06 bradmontgomery

Django 2.0 and Python 3.6.

im-n1 avatar Jun 14 '18 10:06 im-n1

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.

bradmontgomery avatar Jun 14 '18 14:06 bradmontgomery

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:

screenshot 2018-10-03 at 19 04 35

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

yhoiseth avatar Oct 03 '18 17:10 yhoiseth

Hi @yhoiseth, this does help a great deal! Thanks for the feedback.

bradmontgomery avatar Oct 03 '18 18:10 bradmontgomery