mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-29 10:02:26 +00:00
pytest initial commit
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -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
|
||||
Reference in New Issue
Block a user