deb-murano/.gitignore
Ruslan Kamaldinov d8ba3ed42b Migrate unit test to testtools
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
2014-06-04 18:41:07 +04:00

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