Rodion Promyshlennikov 1a221f52c3 Create base structure for tests
Add tox pep8 and hacking check.
Add basic tests starter.

Change-Id: I9553606250674e4ae0c5d6aca5d88b7a1fe39977
2016-04-28 15:34:04 +03:00

58 lines
489 B
Plaintext

*.py[cod]
__cache__
.cache
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
MANIFEST
TAGS
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
report.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
# Local example
example_local.py
# Local settings
local_settings.py
# Documentation
doc/_build/
# Logs
*.log
# Certs
/ca.crt
/ca.pem