Skip to content

1.4.21 and test runner issue? #475

@montegoode

Description

@montegoode

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions