diff --git a/README.md b/README.md index e60d582..71eefab 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ to packaged data files than grains of sand on Earth. Here I compare them all. - pytest-datadir + + pytest-datadir + ✔ @@ -28,15 +30,23 @@ to packaged data files than grains of sand on Earth. Here I compare them all. pathlib.Path - `datadir`, `shared_datadir` + - `data`, `test_TEST_NAME` + - pytest-datadir-ng + + pytest-datadir-ng + ✔ @@ -48,15 +58,24 @@ to packaged data files than grains of sand on Earth. Here I compare them all. py.path - `datadir`, `datadir_copy` + - `data`, `data/test_TEST_NAME`, `test_TEST_NAME` + - pytest-datafixtures + + pytest-datafixtures + ❌ @@ -68,10 +87,18 @@ to packaged data files than grains of sand on Earth. Here I compare them all. pathlib.Path - `datafix`, `datafix_dir`, `datafix_read`, `datafix_readbin` + - `datafixtures`, `**/datafixtures` + diff --git a/README.template.md b/README.template.md index 5969cd9..0f323c2 100644 --- a/README.template.md +++ b/README.template.md @@ -17,7 +17,9 @@ to packaged data files than grains of sand on Earth. Here I compare them all. {%- for plugin in plugins %} - {{ plugin.name }} + + {{ plugin.name }} + {% if plugin.supports_copying_to_temp %}✔{% else %}❌{% endif %} @@ -29,10 +31,18 @@ to packaged data files than grains of sand on Earth. Here I compare them all. {{ plugin.provided_as }} - {{ plugin.fixture_names|map('tojson')|join(', ')|replace('"', '`') }} + - {{ plugin.folder_names|map('tojson')|join(', ')|replace('"', '`') }} + {%- endfor %}