James Dinsdale

Results 21 comments of James Dinsdale

Same issue on Mac OSX 10.11

I'd rather not add environment variables, since everything else can be overridden via CLI options. I will look into adding `--test-dir` and `--support-dir` options though, since they are currently the...

Yep, that's intended bahaviour - the `run` helpers runs the command in a subprocess in isolation, purely so that the `$output` and `$state` can be asserted against. To do something...

Is it the master branch which is failing? I spotted [this](https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv/blob/master/tests/test_autoswitching.zunit#L4) typo in the @setup function if that helps. It's present in all three test files. I'll download a copy...

Oh, nice. I hadn't heard of that before. I figured it was a variable assignment

I'm getting errors when I'm running the tests that the `virtualenvwrapper.sh` script can't be found. Am I looking at the wrong branch? (This is on master) ``` TAP version 13...

Ah, that would help. Can you tell I'm not a python guy? 😂

Sorry, I haven't got anywhere with this. I've had a couple of attempts, but I've had no luck getting `virtualenvwrapper` itself set up properly in order to run these tests....

Sorry for the delay in getting to this. In principle, I like the idea. The only reason I have reservations is the same reason I went with explicit negative assertions...

We're already running tests sort of pseudo-asynchronously when time limits are enabled, by running the test function in an asynchronous subprocess and waiting for it to finish. It would be...