mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 22:12:12 +08:00
* 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
11 lines
362 B
INI
Vendored
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
|