Skip to content

Make behave test runner a bit more robust #143

@jenshnielsen

Description

@jenshnielsen

I had to recreate my virtual env. This resulted in cmake picking up a behave executable outside the env from a different python version.

If we replace behave testname.feature --testargs with python -m behave testname.feature --testargs` this cannot happen since we rely on pythons import mechanism rather than the binary which can point to any python version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions