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

Implement CreateProcess #98

Merged
merged 44 commits into from
Jul 16, 2016
Merged

Implement CreateProcess #98

merged 44 commits into from
Jul 16, 2016

Conversation

opalmer
Copy link
Owner

@opalmer opalmer commented Jun 12, 2016

This PR implements the CreateProcess function which is required by #69.

TODO

  • Return a namedtuple from CreateProcess
  • Add properties for PROCESS_INFORMATION structure
  • Add new tests for PROCESS_INFORMATION structure
  • Add test to make sure the process can pickup a ascii environment
  • Add test to make sure the process can pickup a unicode environment
  • Add properties for SECURITY_ATTRIBUTES structure
  • Add new tests for SECURITY_ATTRIBUTES structure
  • Add properties for STARTUPINFO structure
  • Add new tests for STARTUPINFO structure
  • Add tests for the various forms of input (None a non-None cases)

@codecov-io
Copy link

codecov-io commented Jun 12, 2016

Current coverage is 98.97%

Merging #98 into master will increase coverage by 0.21%

Powered by Codecov. Last updated by 1cd20fa...a9ccf72

@opalmer opalmer modified the milestones: 0.3.1, 0.3.0 Jun 27, 2016
@opalmer opalmer modified the milestones: 0.3.2, 0.3.1 Jul 3, 2016
@opalmer opalmer merged commit be71be0 into master Jul 16, 2016
@opalmer opalmer deleted the create_process branch July 16, 2016 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants