d8ba3ed42b
Additional changes: * Removed testing framework for MuranoPL since it was based on Nose * Made test_log run only on Linux hosts * Every testcase is now required to have proper setUp method Change-Id: I86ee5ec487019c2d1b77f0fd34f748cf9c6412a0 Implements: blueprint migrate-murano-ut-to-testtoools
30 lines
260 B
Plaintext
30 lines
260 B
Plaintext
#IntelJ Idea
|
|
.idea/
|
|
|
|
#virtualenv
|
|
.venv/
|
|
|
|
#Build results
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
.tox
|
|
AUTHORS
|
|
ChangeLog
|
|
.testrepository
|
|
.coverage
|
|
cover
|
|
|
|
#Python
|
|
*.pyc
|
|
|
|
#Translation build
|
|
*.mo
|
|
|
|
#SQLite Database files
|
|
*.sqlite
|
|
|
|
#Autogenerated Documentation
|
|
doc/source/api
|