فهرست منبع

testing: ignore modules importer.py ocli.py

these modules are legacy code which is not tested
and not used. They should be removed in the next
pwman3 release
oz123 11 سال پیش
والد
کامیت
0fbcf87a50
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -9,8 +9,8 @@ install:
 # command to run tests, e.g. python setup.py test
 script:  
     # coverage run --source=pwman setup.py test
-    # coverage run --omit=pwman/tests/*.py --source=pwman setup.py test
-    coverage run --omit="pwman/tests/*.py,pwman/ui/mac.py,pwman/ui/win.py,pwman/data/convertdb.py,pwman/data/nodes_multiple_approach.py,pwman/data/models.py,pwman/data/drivers/postgresql.py,pwman/data/drivers/mysql.py" --source=pwman setup.py test
+    coverage run --omit="pwman/tests/*.py,pwman/ui/mac.py,pwman/ui/win.py,pwman/data/convertdb.py,pwman/data/nodes_multiple_approach.py,pwman/data/models.py,pwman/data/drivers/postgresql.py,pwman/data/drivers/mysql.py,pwman/ui/ocli.py,pwman/exchange/importer.py" --source=pwman setup.py test 
+
 
 
 after_success: