[pacman-dev] [PATCH v3 09/11] add hook tests

Allan McRae allan at archlinux.org
Sat Oct 17 10:13:09 UTC 2015


On 17/10/15 10:28, Andrew Gregory wrote:
> ---
>  test/pacman/tests/TESTS                            |  9 ++++++
>  test/pacman/tests/hook-abortonfail.py              | 25 +++++++++++++++++
>  test/pacman/tests/hook-file-change-packages.py     | 32 ++++++++++++++++++++++
>  .../pacman/tests/hook-file-remove-trigger-match.py | 24 ++++++++++++++++
>  test/pacman/tests/hook-file-upgrade-nomatch.py     | 27 ++++++++++++++++++
>  test/pacman/tests/hook-invalid-trigger.py          | 25 +++++++++++++++++
>  .../pacman/tests/hook-pkg-install-trigger-match.py | 23 ++++++++++++++++
>  test/pacman/tests/hook-pkg-remove-trigger-match.py | 23 ++++++++++++++++
>  .../pacman/tests/hook-pkg-upgrade-trigger-match.py | 26 ++++++++++++++++++
>  test/pacman/tests/hook-upgrade-trigger-no-match.py | 23 ++++++++++++++++
>  10 files changed, 237 insertions(+)
>  create mode 100644 test/pacman/tests/hook-abortonfail.py
>  create mode 100644 test/pacman/tests/hook-file-change-packages.py
>  create mode 100644 test/pacman/tests/hook-file-remove-trigger-match.py
>  create mode 100644 test/pacman/tests/hook-file-upgrade-nomatch.py
>  create mode 100644 test/pacman/tests/hook-invalid-trigger.py
>  create mode 100644 test/pacman/tests/hook-pkg-install-trigger-match.py
>  create mode 100644 test/pacman/tests/hook-pkg-remove-trigger-match.py
>  create mode 100644 test/pacman/tests/hook-pkg-upgrade-trigger-match.py
>  create mode 100644 test/pacman/tests/hook-upgrade-trigger-no-match.py
> 

OK - along with all pactest patches prior to this.


More information about the pacman-dev mailing list