Report generated on 24-Feb-2021 at 12:50:36

Environment

Platform Linux-4.15.0-1077-gcp-x86_64-with-debian-stretch-sid
Python 3.7.1

Summary

22 tests ran in 0.39 seconds.

(Un)check the boxes to filter the results.

22 passed 0 skipped 0 failed 0 errors 0 expected failures 0 unexpected passes 0 rerun

Results

Result Test Duration Links
Passed getversion/tests/test_doc.py::test_doc_imported 0.00
No log output captured.
Passed getversion/tests/test_issues.py::test_issue_10 0.06
No log output captured.
Passed getversion/tests/test_main.py::test_modules_version[/builtin_module_and_submodule-collections] 0.00
----------------------------- Captured stdout call -----------------------------
Version '3.7.1.final.0' found for module 'collections' by strategy 'get_builtin_module_version', after the following failed attempts: - Attempts for module 'collections': - <get_module_version_attr>: module 'collections' has no attribute '__version__' - <get_version_using_pkgresources>: Invalid version number: None - <get_builtin_module_version>: SUCCESS: 3.7.1.final.0
Passed getversion/tests/test_main.py::test_modules_version[/builtin_module_and_submodule-xml] 0.00
----------------------------- Captured stdout call -----------------------------
Version '3.7.1.final.0' found for module 'xml' by strategy 'get_builtin_module_version', after the following failed attempts: - Attempts for module 'xml': - <get_module_version_attr>: module 'xml' has no attribute '__version__' - <get_version_using_pkgresources>: Invalid version number: None - <get_builtin_module_version>: SUCCESS: 3.7.1.final.0
Passed getversion/tests/test_main.py::test_modules_version[/builtin_module_and_submodule-xml.dom] 0.00
----------------------------- Captured stdout call -----------------------------
Version '3.7.1.final.0' found for module 'xml.dom' by strategy 'get_builtin_module_version', after the following failed attempts: - Attempts for module 'xml.dom': - <get_module_version_attr>: module 'xml.dom' has no attribute '__version__' - Attempts for module 'xml': - <get_module_version_attr>: module 'xml' has no attribute '__version__' - <get_version_using_pkgresources>: Invalid version number: None - <get_builtin_module_version>: SUCCESS: 3.7.1.final.0
Passed getversion/tests/test_main.py::test_modules_version[/builtin_module_and_submodule-xml.dom.minidom] 0.00
----------------------------- Captured stdout call -----------------------------
Version '3.7.1.final.0' found for module 'xml.dom.minidom' by strategy 'get_builtin_module_version', after the following failed attempts: - Attempts for module 'xml.dom.minidom': - <get_module_version_attr>: module 'xml.dom.minidom' has no attribute '__version__' - Attempts for module 'xml.dom': - <get_module_version_attr>: module 'xml.dom' has no attribute '__version__' - Attempts for module 'xml': - <get_module_version_attr>: module 'xml' has no attribute '__version__' - <get_version_using_pkgresources>: Invalid version number: None - <get_builtin_module_version>: SUCCESS: 3.7.1.final.0
Passed getversion/tests/test_main.py::test_modules_version[/module_with_version_attr-re] 0.00
----------------------------- Captured stdout call -----------------------------
Version '2.2.1' found for module 're' by strategy 'get_module_version_attr', after the following failed attempts: - Attempts for module 're': - <get_module_version_attr>: SUCCESS: 2.2.1
Passed getversion/tests/test_main.py::test_modules_version[/module_with_version_attr-json] 0.00
----------------------------- Captured stdout call -----------------------------
Version '2.0.9' found for module 'json' by strategy 'get_module_version_attr', after the following failed attempts: - Attempts for module 'json': - <get_module_version_attr>: SUCCESS: 2.0.9
Passed getversion/tests/test_main.py::test_modules_version[/module_with_version_attr-dummy2.subpkg_with_version] 0.00
----------------------------- Captured stdout call -----------------------------
Version '4.5.6' found for module 'dummy2.subpkg_with_version' by strategy 'get_module_version_attr', after the following failed attempts: - Attempts for module 'dummy2.subpkg_with_version': - <get_module_version_attr>: SUCCESS: 4.5.6
Passed getversion/tests/test_main.py::test_modules_version[/module_with_version_attr-dummy2.subpkg_with_version.submodule_with_version] 0.00
----------------------------- Captured stdout call -----------------------------
Version '1.2.3' found for module 'dummy2.subpkg_with_version.submodule_with_version' by strategy 'get_module_version_attr', after the following failed attempts: - Attempts for module 'dummy2.subpkg_with_version.submodule_with_version': - <get_module_version_attr>: SUCCESS: 1.2.3
Passed getversion/tests/test_main.py::test_modules_version[/submodule_in_pkg_with_version_attr-json.encoder-json] 0.00
----------------------------- Captured stdout call -----------------------------
Version '2.0.9' found for module 'json.encoder' by strategy 'get_module_version_attr', after the following failed attempts: - Attempts for module 'json.encoder': - <get_module_version_attr>: module 'json.encoder' has no attribute '__version__' - Attempts for module 'json': - <get_module_version_attr>: SUCCESS: 2.0.9
Passed getversion/tests/test_main.py::test_modules_version[/submodule_in_pkg_with_version_attr-dummy2.subpkg_no_version-dummy2] 0.00
----------------------------- Captured stdout call -----------------------------
Version '10.9.8' found for module 'dummy2.subpkg_no_version' by strategy 'get_module_version_attr', after the following failed attempts: - Attempts for module 'dummy2.subpkg_no_version': - <get_module_version_attr>: module 'dummy2.subpkg_no_version' has no attribute '__version__' - Attempts for module 'dummy2': - <get_module_version_attr>: SUCCESS: 10.9.8
Passed getversion/tests/test_main.py::test_modules_version[/submodule_in_pkg_with_version_attr-dummy2.submodule_no_version-dummy2] 0.00
----------------------------- Captured stdout call -----------------------------
Version '10.9.8' found for module 'dummy2.submodule_no_version' by strategy 'get_module_version_attr', after the following failed attempts: - Attempts for module 'dummy2.submodule_no_version': - <get_module_version_attr>: module 'dummy2.submodule_no_version' has no attribute '__version__' - Attempts for module 'dummy2': - <get_module_version_attr>: SUCCESS: 10.9.8
Passed getversion/tests/test_main.py::test_modules_version[/submodule_in_pkg_with_version_attr-dummy2.subpkg_with_version.submodule_no_version-dummy2.subpkg_with_version] 0.00
----------------------------- Captured stdout call -----------------------------
Version '4.5.6' found for module 'dummy2.subpkg_with_version.submodule_no_version' by strategy 'get_module_version_attr', after the following failed attempts: - Attempts for module 'dummy2.subpkg_with_version.submodule_no_version': - <get_module_version_attr>: module 'dummy2.subpkg_with_version.submodule_no_version' has no attribute '__version__' - Attempts for module 'dummy2.subpkg_with_version': - <get_module_version_attr>: SUCCESS: 4.5.6
Passed getversion/tests/test_main.py::test_modules_version[/installed_pkg_and_module-makefun-makefun] 0.00
----------------------------- Captured stdout call -----------------------------
Version '1.9.5' found for module 'makefun' by strategy 'get_version_using_pkgresources', after the following failed attempts: - Attempts for module 'makefun': - <get_module_version_attr>: module 'makefun' has no attribute '__version__' - <get_version_using_pkgresources>: SUCCESS: 1.9.5
Passed getversion/tests/test_main.py::test_modules_version[/unzipped_wheel_or_egg-dummy] 0.00
----------------------------- Captured stdout call -----------------------------
Version '2.9.2' found for module 'dummy' by strategy 'get_unzipped_wheel_or_egg_version', after the following failed attempts: - Attempts for module 'dummy': - <get_module_version_attr>: module 'dummy' has no attribute '__version__' - <get_version_using_pkgresources>: Invalid version number: None - <get_builtin_module_version>: Module dummy is not a built-in module - <get_unzipped_wheel_or_egg_version>: SUCCESS: 2.9.2
Passed getversion/tests/test_main.py::test_modules_version[/unzipped_wheel_or_egg-dummy3] 0.00
----------------------------- Captured stdout call -----------------------------
Version '0.1.0' found for module 'dummy3' by strategy 'get_unzipped_wheel_or_egg_version', after the following failed attempts: - Attempts for module 'dummy3': - <get_module_version_attr>: module 'dummy3' has no attribute '__version__' - <get_version_using_pkgresources>: Invalid version number: None - <get_builtin_module_version>: Module dummy3 is not a built-in module - <get_unzipped_wheel_or_egg_version>: SUCCESS: 0.1.0
Passed getversion/tests/test_main.py::test_modules_version[/unzipped_wheel_or_egg-dummy3b] 0.00
----------------------------- Captured stdout call -----------------------------
Version '1.2.3' found for module 'dummy3b' by strategy 'get_unzipped_wheel_or_egg_version', after the following failed attempts: - Attempts for module 'dummy3b': - <get_module_version_attr>: module 'dummy3b' has no attribute '__version__' - <get_version_using_pkgresources>: Invalid version number: None - <get_builtin_module_version>: Module dummy3b is not a built-in module - <get_unzipped_wheel_or_egg_version>: SUCCESS: 1.2.3
Passed getversion/tests/test_main.py::test_modules_version[/unzipped_wheel_or_egg-dummy4] 0.00
----------------------------- Captured stdout call -----------------------------
Version '1.1.1' found for module 'dummy4' by strategy 'get_unzipped_wheel_or_egg_version', after the following failed attempts: - Attempts for module 'dummy4': - <get_module_version_attr>: module 'dummy4' has no attribute '__version__' - <get_version_using_pkgresources>: Invalid version number: None - <get_builtin_module_version>: Module dummy4 is not a built-in module - <get_unzipped_wheel_or_egg_version>: SUCCESS: 1.1.1
Passed getversion/tests/test_main.py::test_modules_version[/self_uninstalled_git] 0.02
----------------------------- Captured stdout call -----------------------------
Version '1.0.3.dev0+gee495ac.d20210224' found for module 'getversion' by strategy 'get_version_using_setuptools_scm', after the following failed attempts: - Attempts for module 'getversion': - <get_module_version_attr>: module 'getversion' has no attribute '__version__' - <get_version_using_pkgresources>: Invalid version number: None - <get_builtin_module_version>: Module getversion is not a built-in module - <get_unzipped_wheel_or_egg_version>: No file matching egg-info or dist-info name patterns found in directory: /home/travis/build/smarie/python-getversion/getversion/.. - <get_version_using_setuptools_scm>: SUCCESS: 1.0.3.dev0+gee495ac.d20210224
Passed getversion/tests/test_plugin_eggs_and_wheels.py::test_dist_info 0.00
No log output captured.
Passed getversion/tests/test_plugin_eggs_and_wheels.py::test_egg_info 0.00
No log output captured.