Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't load '.' #4

Open
Zitrax opened this issue Nov 19, 2015 · 0 comments
Open

Can't load '.' #4

Zitrax opened this issue Nov 19, 2015 · 0 comments
Assignees
Milestone

Comments

@Zitrax
Copy link
Owner

Zitrax commented Nov 19, 2015

Currently when trying to load tests from name '.' we had a platform difference since it cause use of absolute path which in turn cause us to split on ':' on windows while linux does not have a ':' in the path.

This is currently worked around / disabled by returning an empty test suite if '.' is used.

Obviously this should be handled better by actually loading tests properly.

The workaround was added in 2abbf4e.

@Zitrax Zitrax added this to the 0.4 milestone Nov 19, 2015
@Zitrax Zitrax self-assigned this Nov 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant