-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Description
I've been using this configuration (example from the official docs) to run the tests for one of my projects with everything in a virtualenv:
"test_before_command": "source $HOME/.virtualenvs/myproject/bin/python",
"test_after_command": "deactivate"
After the update this morning, this doesn't seem to be working anymore. Initially I'll get an error about /bin/bash: nosetests: command not found
. Normally I just launch sublime from Alfred. If I kill sublime, and restart it from a terminal shell that has that virtualenv already activated, then nosetests
will run. However not I get an error trace /bin/bash: deactivate: command not found
.
Has there been a change in how the test runner needs to be configured, etc?
Cheers!
Metadata
Metadata
Assignees
Labels
No labels