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

Test suite doesn't run in Windows #80

Open
JFPerkins opened this issue Apr 9, 2018 · 1 comment
Open

Test suite doesn't run in Windows #80

JFPerkins opened this issue Apr 9, 2018 · 1 comment

Comments

@JFPerkins
Copy link
Contributor

Currently the tests are configured to run with --boxed which explicitly calls os.fork() and results in pytest throwing an error because fork is not supported on Windows.

Removing the --boxed flag, test_files.test_output_file_no_write failed and test_files.test_output_dir_bad_permission actually just hung indefinitely.

@JFPerkins
Copy link
Contributor Author

Well, I fixed the indefinite hanging but 4 tests continue to fail because chmod isn't actually fully supported on Windows.

https://github.com/JFPerkins/argschema/tree/fix-windows-tests

Failing tests:

  • test_outputfile_no_write
  • test_mode_output_osdir
  • test_access_inputfile_failed
  • test_inputdir_no_access

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