Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wiseplat
GitHub Repository: wiseplat/python-code
Path: blob/master/ invest-robot-contest_tinkoff-trading-bot-develop/pytest.ini
5925 views
1
[pytest]
2
3
python_classes = Test
4
python_files = test_*.py
5
python_functions = test_
6
testpaths = tests
7
asyncio_mode=auto
8