-
Notifications
You must be signed in to change notification settings - Fork 631
fix: add extra_plugin_dir support to FullStackTest #1726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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
kayman-mk
pushed a commit
to Hapag-Lloyd/errbot
that referenced
this pull request
Jul 2, 2025
* fix: add extra_plugin_dir support to FullStackTest * docs: add example on using FullStackTest * refactor: remove deprecated extra_test_file parameter * docs: add info to CHANGES * style: format file * docs: remove travis-ci / coverall references and reordered pages (cherry picked from commit 7c587d3)
kayman-mk
pushed a commit
to Hapag-Lloyd/errbot
that referenced
this pull request
Jul 2, 2025
* fix: add extra_plugin_dir support to FullStackTest * docs: add example on using FullStackTest * refactor: remove deprecated extra_test_file parameter * docs: add info to CHANGES * style: format file * docs: remove travis-ci / coverall references and reordered pages (cherry picked from commit 7c587d3)
kayman-mk
pushed a commit
to Hapag-Lloyd/errbot
that referenced
this pull request
Jul 2, 2025
* fix: add extra_plugin_dir support to FullStackTest * docs: add example on using FullStackTest * refactor: remove deprecated extra_test_file parameter * docs: add info to CHANGES * style: format file * docs: remove travis-ci / coverall references and reordered pages (cherry picked from commit 7c587d3)
kayman-mk
pushed a commit
to Hapag-Lloyd/errbot
that referenced
this pull request
Jul 2, 2025
* fix: add extra_plugin_dir support to FullStackTest * docs: add example on using FullStackTest * refactor: remove deprecated extra_test_file parameter * docs: add info to CHANGES * style: format file * docs: remove travis-ci / coverall references and reordered pages (cherry picked from commit 7c587d3)
kayman-mk
pushed a commit
to Hapag-Lloyd/errbot
that referenced
this pull request
Jul 2, 2025
🤖 I have created a release *beep* *boop* --- ## [8.0.5](8.0.4...8.0.5) (2025-07-02) ### Bug Fixes * add extra_plugin_dir support to FullStackTest ([errbotio#1726](https://github.com/Hapag-Lloyd/errbot/issues/1726)) ([fea0d16](fea0d16)) * importlib refactor ([errbotio#1733](https://github.com/Hapag-Lloyd/errbot/issues/1733)) ([cb6b890](cb6b890)) * missing py 3.13 version in tox ([errbotio#1731](https://github.com/Hapag-Lloyd/errbot/issues/1731)) ([96f922a](96f922a)) * Newlines replaced with spaces in botcmd args ([errbotio#1716](https://github.com/Hapag-Lloyd/errbot/issues/1716)) ([errbotio#1717](https://github.com/Hapag-Lloyd/errbot/issues/1717)) ([394b8b4](394b8b4)) * update message that plugin config must be a single line ([errbotio#1727](https://github.com/Hapag-Lloyd/errbot/issues/1727)) ([a5f003c](a5f003c)) * update tar extract filter ([errbotio#1730](https://github.com/Hapag-Lloyd/errbot/issues/1730)) ([ab34e44](ab34e44)) ### Documentation * add example on how to use threaded replies ([errbotio#1728](https://github.com/Hapag-Lloyd/errbot/issues/1728)) ([cc51138](cc51138)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: generate-app-token-hl[bot] <151022333+generate-app-token-hl[bot]@users.noreply.github.com> Co-authored-by: generate-app-token-hl[bot] <generate-app-token-hl[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also include some sample docs on usage.
This should address issue #1218.