Ignore manual scripts

This commit is contained in:
Felipe Martin 2013-11-20 22:49:52 +01:00
parent cc1c1d9d44
commit 57e0a20da7
2 changed files with 3 additions and 9 deletions

3
.gitignore vendored
View File

@ -40,3 +40,6 @@ nosetests.xml
# Backups folder
/_backups*
# Manual tests
/test_*.py

View File

@ -1,9 +0,0 @@
from iosfu.plugin.library import Library
from iosfu.backup import BackupManager
manager = BackupManager()
manager.lookup()
lib = Library()
lib.discover()
print(lib.plugins)