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

Sprice up graph and its unit tests #1216

Merged
merged 1 commit into from
Oct 29, 2018

Conversation

langner
Copy link
Member

@langner langner commented Oct 29, 2018

Continuation of #347.

Major changes:

  • Change add_edge and add_edges to be internal since they're not used anywhere else
  • Turned edges and vertices into properties
  • Broke up unit tests into several classes
  • Grouped and deduped unit test cases for Graph
  • Added some coverage for untested methods (in_vertices, etc.)

Major changes:
- Change add_edge and add_edges to be internal since they're not used anywhere else
- Turned edges and vertices into properties
- Broke up unit tests into several classes
- Grouped and deduped unit test cases for Graph
- Added some coverage for untested methods (in_vertices, etc.)
@drvinceknight drvinceknight merged commit f32e14b into Axelrod-Python:master Oct 29, 2018
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.

3 participants