Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly loading the methods from relatively imported classes (#364)
* Bump the pip-dependencies group with 2 updates (#358) Bumps the pip-dependencies group with 2 updates: [importlib-metadata](https://github.com/python/importlib_metadata) and [setuptools](https://github.com/pypa/setuptools). Updates `importlib-metadata` from 7.1.0 to 7.2.1 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v7.1.0...v7.2.1) Updates `setuptools` from 70.0.0 to 70.1.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v70.0.0...v70.1.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> * Bump the pip-dependencies group across 1 directory with 3 updates (#362) Bumps the pip-dependencies group with 3 updates in the / directory: [debugpy](https://github.com/microsoft/debugpy), [importlib-metadata](https://github.com/python/importlib_metadata) and [setuptools](https://github.com/pypa/setuptools). Updates `debugpy` from 1.8.1 to 1.8.2 - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](microsoft/debugpy@v1.8.1...v1.8.2) Updates `importlib-metadata` from 7.2.1 to 8.0.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v7.2.1...v8.0.0) Updates `setuptools` from 70.1.0 to 70.1.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v70.1.0...v70.1.1) --- updated-dependencies: - dependency-name: debugpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> * Support for relative imports to reuse step impls Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> * Update release dependencies Signed-off-by: BugDiver <vinayshankar00@gmail.com> Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> * Correctly loading the methods from relatively imported classs (addition to #360) Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> * Update getgauge/impl_loader.py Correctly loading the methods from relatively imported classes (#365) Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> Co-authored-by: Zabil Cheriya Maliackal <zabil@users.noreply.github.com> Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> * Returning method_list in update_step_resgistry_with_class method (#365) Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> * Adding test class for relative import unittest (#365) Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> * Adding unittest for relative import (#365) Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> * Renaming method to update_step_registry_with_class (#365) Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> * Updating unittest for impl loader (#365) Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> * Bumping up python package version (#365) Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Kunal Vishwasrao <kunal.vishwasrao@gmail.com> Signed-off-by: BugDiver <vinayshankar00@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vinay Shukla <vinayshankar00@gmail.com> Co-authored-by: Zabil Cheriya Maliackal <zabil@users.noreply.github.com>
- Loading branch information