Files
OpenBB/pytest.ini
Danglewood 7041362aa1 [Feature] OpenBB V5: Initial openbb-core Refactor (#7482)
* initial refactor

* ruff does not dictate style

* unresolved imports in test action

* fix general linting

* resolve pandas imports for actions run

* httpx in test workflow

* pytest-asyncio in test workflow

* pandas.Index(...)

* max version for windows CI is 3.14

* remove temp refactor files that shouldn't have been committed:

* use ruff format instead of black

* formatting and typing

* tab space helper

* test fixtures..

* ty check
2026-04-28 17:11:43 -07:00

11 lines
362 B
INI
Vendored

[pytest]
addopts = -p no:warnings
markers =
linux: tests that are not stable on Windows
integration: OpenBB Platform integration test marker
requires_pandas: test requires the openbb-core[pandas] extra
requires_extensions: test requires non-core OpenBB packages installed (providers/extensions)
testpaths =
tests
openbb_platform/**/tests