-
Notifications
You must be signed in to change notification settings - Fork 26
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
work on windows os ? #336
Comments
We do test and make sure it works on MacOS and linux. You might get luck and it might be working on Windows Subsystem for Linux (WSL), otherwise, we'd welcome any contribution. |
Also Therefore tearing down pytests is not possible as mirakuru cannot kill the mongodb process. This causes that the database folder still exists in your user profile Rerunning tests is always a hassle. You have to manually kill the mongod process in taskmanager and then manually delete the mongodb folder in your profile before you are able to rerun your tests. I have tried fixing this locally in mirakuru.base.py with replacing killpg with any of
This will eventually kill the mongod process but tearing down the test still doesn't work. The mongodb folder will not be deleted. You will get another mirakuru exception for the process exiting with a non zero exit code.
the corresponding test code (simplified):
|
@mybr4inhurts mirakuru doesn't support windows at the moment, I've created task to add it #392 however I'm not sure when I'll find the time to do this |
Windows support would be really nice! |
hi, is this library just work on UNIX os?
because in windows os I have this error :
AttributeError: module 'select' has no attribute 'poll'
and poll just implemented in UNIX platforms.The text was updated successfully, but these errors were encountered: