59fdd2d1ee
Patch prepares ground for further work on tripleo_validations unit tests. Datastructures used for testing were factored out. __init__.py files for lookup plugins and library tests were added. Together with minimal docstring. .gitingore was updated to ignore stestr files. test-requirements.txt and requirements.txt were updated to include all necessary dependencies Depends-On: https://review.rdoproject.org/r/c/openstack/tripleo-validations-distgit/+/32545 Closes-Bug: #1922726 Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: If67992bec97831cc45b46e33af234a9444c5ae4c
65 lines
614 B
Plaintext
65 lines
614 B
Plaintext
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg*
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
cover/
|
|
.coverage*
|
|
!.coveragerc
|
|
.tox
|
|
nosetests.xml
|
|
.testrepository
|
|
.venv
|
|
.stestr/*
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Complexity
|
|
output/*.html
|
|
output/*/index.html
|
|
|
|
# Sphinx
|
|
doc/build
|
|
|
|
# pbr generates these
|
|
AUTHORS
|
|
ChangeLog
|
|
|
|
# Editors
|
|
*~
|
|
.*.swp
|
|
.*sw?
|
|
doc/source/validations-*.rst
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Ansible specific
|
|
hosts
|
|
*.retry
|