Results 33 issues of Harry Percival

Hi, i work at https://github.com/madedotcom/, and we use `expects` quite a lot. It looks like you're struggling to find time to maintain the project. Would you like some help? one...

https://github.com/mixxorz/behave-django I was contacted by the maintainer, who said: > In terms of usage, behave-django has you invoke a custom management command, `python manage.py behave`, to run your BDD tests,...

testing

trying to repro outside of jenkins, and maybe `--no-colour` will fix this, but here's the error: ``` Stacktrace Failed to read test report file /home/ansible/workspace/blablabla/test-results/acceptance-tests.xml org.dom4j.DocumentException: Error on line 1...

otherwise you find yourself scrolling back forever to find which tests were red...

Add info on dependency, libglib2.0-dev

Apologies if this is being tracked elsewhere, I did have a look. First hurdle: currently requirements.txt won't install under python 3. The pinned version of `coverage` and `markment` seem to...

Just came across this ``` File "/usr/lib/python3.3/distutils/dist.py", line 930, in run_commands[50/4922] self.run_command(cmd) File "/usr/lib/python3.3/distutils/dist.py", line 949, in run_command cmd_obj.run() File "/usr/local/lib/python3.3/dist-packages/numpy/distutils/command/egg_info.p self.run_command("build_src") File "/usr/lib/python3.3/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File...

Hi there, we've had users complain they can't use openid over our squid proxy. I think it's because urllib2 doesn't support HTTPS over a proxy... (urllib3 does, if it's of...

For my book, I suggest Windows people install Git right upfront. That gives them git-bash, which looks a lot more like the bashes on linux or mac. So then, no...

os: windows

This could be an addition to https://github.com/DjangoGirls/tutorial-extensions/tree/master/en/authentication_authorization or it could be its own extension. Should capture some of the points raised in https://github.com/DjangoGirls/tutorial/issues/1192 and https://github.com/DjangoGirls/tutorial/issues/802 - [ ] use an...