| """Package level tests""" | |
| from deep_package_detection import __version__ | |
| def test_version() -> None: | |
| """Unit test for checking the version of the code""" | |
| assert __version__ == "0.2.0" | |
| """Package level tests""" | |
| from deep_package_detection import __version__ | |
| def test_version() -> None: | |
| """Unit test for checking the version of the code""" | |
| assert __version__ == "0.2.0" | |