Skip to content

test-run does not work when placed inside a test directory #200

@Totktonada

Description

@Totktonada

The following directory structure:

+ test/
   - my_test_suite/
   - test-run/
   - test-run.py -> test-run/test-run.py

Leads to the following error:

Fatal error: Suite 'cluster-py' doesn't exist. Execution aborted.

While the following works:

+ test
   - my_test_suite/
   - test-run.py -> ../test-run/test-run.py
+ test-run/

Both did work 2-3 years ago.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions