From e9bc6134e4956df3fe1faf41881b4651835c8bb3 Mon Sep 17 00:00:00 2001 From: Hubert Tournier Date: Sun, 13 Jun 2021 11:49:00 +0200 Subject: [PATCH] 20216.13 updates --- README.md | 1 + _template/README.md | 1 + _template/tests/COMMAND.xml | 2 +- setup.cfg | 6 +++++- tests/false.xml | 22 ++++++++++++++++++++++ tests/true.xml | 22 ++++++++++++++++++++++ 6 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 tests/false.xml create mode 100644 tests/true.xml diff --git a/README.md b/README.md index 8fb5e40..862ac0e 100644 --- a/README.md +++ b/README.md @@ -129,3 +129,4 @@ Full operating system kernels & device drivers: ### Deities level transcending projects Making your own hardware platform and all the software to run it. * Although not Unix related, :mage_man: [The Woz](https://en.wikipedia.org/wiki/Steve_Wozniak) springs to mind here and his excellent autobiography, [iWoz](https://en.wikipedia.org/wiki/IWoz), is highly recommended for a good glimpse into a true [hacker](http://www.catb.org/jargon/html/H/hacker.html)'s mind. + diff --git a/_template/README.md b/_template/README.md index d3e2a77..bdba603 100644 --- a/_template/README.md +++ b/_template/README.md @@ -58,3 +58,4 @@ This utility is available under the [3-clause BSD license](https://opensource.or ## BUGS ## SECURITY CONSIDERATIONS + diff --git a/_template/tests/COMMAND.xml b/_template/tests/COMMAND.xml index 3c2872d..b27969c 100644 --- a/_template/tests/COMMAND.xml +++ b/_template/tests/COMMAND.xml @@ -1,5 +1,5 @@ - + diff --git a/setup.cfg b/setup.cfg index f97dce3..d431c0e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ name = PNU description = The PNU Project / PyNIX long_description = file: README.md long_description_content_type = text/markdown -version = 2021.6.8 +version = 2021.6.13 license = BSD 3-Clause License license_files = License author = Hubert Tournier @@ -34,11 +34,15 @@ install_requires = pnu-b2bt pnu-basename pnu-echobox + pnu-prep [options.data_files] share/PNU = tests/basename.xml tests/dirname.xml tests/echo.xml + tests/false.xml + tests/prep.xml + tests/true.xml tests/yes.xml diff --git a/tests/false.xml b/tests/false.xml new file mode 100644 index 0000000..9fe8538 --- /dev/null +++ b/tests/false.xml @@ -0,0 +1,22 @@ + + + + + + false + + + + + + false arg + + + + + + false -i + + + + diff --git a/tests/true.xml b/tests/true.xml new file mode 100644 index 0000000..0be6f5f --- /dev/null +++ b/tests/true.xml @@ -0,0 +1,22 @@ + + + + + + true + + + + + + true arg + + + + + + true -i + + + +