Takashi Kajinami 413c619a3f tox: Drop envdir
tox now always recreates an env although the env is shared using envdir
options.
~~~
$ tox -e genpolicy
genpolicy: recreate env because env type changed from
{'name': 'genconfig', 'type': 'VirtualEnvRunner'} to
{'name': 'genpolicy', 'type': 'VirtualEnvRunner'}
~~~

According to the maintainer of tox, this functionality is not intended
to be supported.
https://github.com/tox-dev/tox/issues/425#issuecomment-1011944293

Change-Id: Ifdc56a37529dfc77d7b96e5cdde9cfa7da8349be
2025-02-11 13:32:48 +09:00
2017-08-23 11:16:01 -04:00
2021-02-10 15:01:40 +00:00
2019-04-19 19:28:24 +00:00
2017-08-23 11:16:01 -04:00
2021-02-10 15:01:40 +00:00
2019-10-28 18:57:22 +01:00
2019-10-16 21:22:29 +08:00
2017-08-23 11:16:01 -04:00
2019-10-28 18:57:22 +01:00
2024-02-19 03:11:24 +09:00
2024-10-24 23:04:08 +09:00
2017-08-23 11:16:01 -04:00
2025-02-11 13:32:48 +09:00

whereto

Test Apache redirect rules.

whereto is an app for testing redirect rules like what may appear in a .htaccess file for Apache. It provides a way to test those rules in CI jobs.

Description
Test Apache redirect rules.
Readme 608 KiB
Languages
Python 100%