commit: 5f3a0c3cbf4c85b69a3937b792a37ae8d95d6b8a Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Jun 4 17:35:26 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Jun 4 17:35:26 2023 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=5f3a0c3c
Add subsection about module testing to developer guide * doc/developer-guide.txt: Add subsection about module testing. Thanks to torsi <AT> fi.uba.ar for the suggestion. Bug 907844. Original-author: Lemon Lime <torsi <AT> fi.uba.ar> Closes: https://bugs.gentoo.org/907844 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 5 +++++ doc/developer-guide.txt | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index ce13578..afa6885 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-06-04 Ulrich Müller <[email protected]> + + * doc/developer-guide.txt: Add subsection about module testing. + Thanks to [email protected] for the suggestion. Bug 907844. + 2023-05-11 Ulrich Müller <[email protected]> * bin/eselect.in: Update shebang to use EPREFIX. Bug 905934. diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index 694b64d..16393cb 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -164,6 +164,14 @@ All modules contributed to eselect should have a header indicating copyright. This must be an exact copy of the header in the above example (except for the years, of course). +Adding modules for testing +-------------------------- + +eselect modules can be manually added to the system. This is specially +useful when an eselect module is being developed and needs testing. +Copying (or symlinking) the eselect module to ``~/.eselect/modules/`` +will make eselect aware of it. + Standard action names ---------------------
