unihan-etl
unihan-etl copied to clipboard
Create `unihan_etl.testing` module as a pytest plugin
Implement it like this:
pytest_plugins = ("unihan_etl.testing.fixtures",)
example from https://github.com/chrisjsewell/sphinx-pytest, via sphinx.tests