unihan-etl icon indicating copy to clipboard operation
unihan-etl copied to clipboard

Create `unihan_etl.testing` module as a pytest plugin

Open tony opened this issue 3 years ago • 0 comments

Implement it like this:

pytest_plugins = ("unihan_etl.testing.fixtures",)

example from https://github.com/chrisjsewell/sphinx-pytest, via sphinx.tests

tony avatar Jul 18 '22 00:07 tony