MetroCS / redistricting

Experimentation with geopolitical redistricting
GNU Affero General Public License v3.0
5 stars 75 forks source link

fix for issue #58, junit4 to junit5 migration #110

Closed Cmeek09 closed 2 years ago

Cmeek09 commented 2 years ago

-issue was to update test classes from junit4 to junit5, currently this pull request accounts for two of the files

-updated dependencies in the files PartyTest.java & LocationTest.java -changed the annotations from junit 4 to junit 5 in both files as well.

jody commented 2 years ago

To make a partial contribution to an issue, first create a sub-issue for the original issue and indicate inter-dependencies (that the original issue depends on the new issue; that the new issue is a dependent of the original issue).

jody commented 2 years ago

Superseded by PR #109 associated with User Story #114