Skip to content

]test in testenv? #85

Open
Open
@aplavin

Description

@aplavin

TestEnv makes it convenient during development and debugging to be in the test env and use test dependencies. But after playing around, one often wants to actually run the testsuite!
Currently, ]test in testenv doesn't work (of course) – it tries to test the temporary project. Can this command be redirected to testing the actual package? So that one doesn't have to switch manually

TestEnv.activate()
# do some code testing...

# now want to run the whole testsuite
]activate .  # would be nice if this wasn't needed
]test

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