Skip to content

Commit f8ed82e

Browse files
CopilotSkBlaz
andauthored
Align documentation consistency checks with current repository metadata (#1461)
* Initial plan * Align docs consistency tests with current metadata Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: SkBlaz <10035780+SkBlaz@users.noreply.github.com>
1 parent 1289ac2 commit f8ed82e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_book_conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_conf_exposes_expected_metadata(conf_module):
3838
module, expected_path = conf_module
3939

4040
assert module.project == "Practical Multilayer Network Analysis with Py3plex"
41-
assert module.version == module.release == "2.0.0"
41+
assert module.version == module.release == "2.0.1"
4242
assert module.language == "en"
4343
assert module.master_doc == "index"
4444
assert module.templates_path == ["_templates"]

tests/test_version_consistency.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ def test_release_metadata_alignment_in_docs_and_readme():
9393
assert f"py3plex_version: {version}" in reproducibility_chapter
9494
assert f"py3plex:{version}" in docker_appendix
9595

96-
assert "img.shields.io/badge/lines-211.9K-blue" in readme
97-
assert "img.shields.io/badge/tests-9.2K-blue" in readme
96+
assert "img.shields.io/badge/lines-213.5K-blue" in readme
97+
assert "img.shields.io/badge/tests-9.7K-blue" in readme

0 commit comments

Comments
 (0)