-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #111: HYP-177 update tests suite for entityset
Merge in HYP/hypernetx from HYP-177-update-tests-suite-for-entityset to develop * commit 'a249417bb8efe6d14e91e18b617a4af460f77d70': (27 commits) HYP-177 Reorg entityset tests HYP-353 Add deprecation warnings for property column args HYP-353 Remove option to customize misc cell props col HYP-353 Remove option to customize misc props column HYP-356 Add deprecate warnings to certain ES methods HYP-177 Update tox.ini script test deps HYP-177 Return none when property not found; update tests HYP-177 Refactor and fix set_cell_property HYP-177 Cleanup tests HYP-177 Modify helper method HYP-177 Update pytest and tox config HYP-177 Reorganize tests; cleanup fixtures HYP-177 Add tests for elements_by_column HYP-177 Add tests for collapse_identical_elements HYP-177 Update test config for CI HYP-177 Add tests for level method HYP-177 Fix set_cell_property bug HYP-177 Minor cleanup on assign_properties Add tests for assign_cell_properties HYP-177 Add tests for assign_properties, update docs ...
- Loading branch information
Showing
16 changed files
with
926 additions
and
433 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
[run] | ||
omit = */tests/* | ||
omit = | ||
*/tests/* | ||
*/utils/toys/* | ||
*/utils/log.py | ||
|
||
[report] | ||
exclude_lines = | ||
_log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ dist/ | |
*.egg-info* | ||
.tox/ | ||
venv* | ||
.coverage | ||
.coverage* | ||
.idea | ||
*env* | ||
.venv* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include hypernetx/utils/toys/HarryPotter_Characters.csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.