Check python for the whole repository and improve docs (#813)

This commit is contained in:
Egor Suvorov
2021-11-09 22:23:29 +03:00
committed by GitHub
parent 587935ebed
commit eaff0cd568
13 changed files with 824 additions and 788 deletions

9
pytest.ini Normal file
View File

@@ -0,0 +1,9 @@
[pytest]
addopts =
-m 'not remote_cluster'
markers =
remote_cluster
minversion = 6.0
log_format = %(asctime)s.%(msecs)-3d %(levelname)s [%(filename)s:%(lineno)d] %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
log_cli = true