mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-25 08:04:57 +08:00
7 lines
252 B
Python
7 lines
252 B
Python
|
|
"""Shared pytest fixtures.
|
||
|
|
|
||
|
|
Ephemeral ``@tool`` tests should pass ``register=False`` so they do not pollute
|
||
|
|
the process catalog. Do not autouse an empty ``catalog_scope`` here: it would
|
||
|
|
hide builtins from ``default_tool_definitions`` during tests.
|
||
|
|
"""
|