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

Add get_init() to base module #751

Merged
merged 1 commit into from Jan 21, 2019
Merged

Conversation

charlesej
Copy link
Contributor

This update adds a get_init() function to the base module.

Overview of changes:

  • Add get_init() function to the base module.
  • Update the base (pygame.rst) module documentation.
  • Add a test method to test the new get_init() functionality.
  • Add test methods to test the init() functionality.
  • Add tearDown() to the BaseModuleTest test suite to ensure a consistent clean up for each of the test methods.
  • Change to test helper methods to use the new get_init() function. Also update some deprecated unittest assert methods.

System details:

  • os: windows 10 (64bit)
  • python: 3.7.2 (64bit)
  • pygame: 1.9.5.dev0 (SDL: 1.2.15) at 53f6b99
  • numpy: 1.15.4

Resolves the base item of #616.

@illume illume merged commit 2442913 into pygame:master Jan 21, 2019
@charlesej charlesej deleted the add-base-get-init branch January 21, 2019 16:40
@dlon dlon mentioned this pull request Mar 23, 2019
4 tasks
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

Successfully merging this pull request may close these issues.

None yet

2 participants