pytest initial commit

This commit is contained in:
Gleb Boushev
2021-01-20 16:16:17 +03:00
parent 83aa754214
commit 59d2c8ff72
5 changed files with 516 additions and 1 deletions

11
.gitignore vendored
View File

@@ -137,6 +137,15 @@ dmypy.json
# Cython debug symbols
cython_debug/
# nightlies
docker/*
!docker/nightly*
docker/nightly*log
docker/nightly*log
# nightlies with pytest
pytest/*
!pytest/conftest.py
!pytest/test_*.py
!pytest/helpers
!pytest/pytest.ini
pytest/nightly*log