From: salimfadhley Date: Sun, 2 Jun 2013 22:40:17 +0000 (+0100) Subject: Add a lot of helpful and useful stuff to the sublime config X-Git-Tag: v0.2.23~230 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6a2c68c456aeb88c348bc08e5f5521525ec105ad;p=tools%2Fpython-jenkinsapi.git Add a lot of helpful and useful stuff to the sublime config --- diff --git a/misc/jenkinsapi.sublime-project b/misc/jenkinsapi.sublime-project index 38fe046..dcb7c2f 100644 --- a/misc/jenkinsapi.sublime-project +++ b/misc/jenkinsapi.sublime-project @@ -2,7 +2,8 @@ "folders": [ { - "path": "src" + "path": "src", + "file_exclude_patterns": ["*.pyc"] } ], @@ -32,13 +33,22 @@ }, { - "name":"Nose 2.7", + "name":"Nose 2.7 Unittests", "working_dir": "${project_path:${folder}}/src", "cmd": [ "${project_path}/bin/nosetests", "${project_path}/src/jenkinsapi_tests/unittests" ] }, + { + + "name":"Nose 2.7 All tests", + "working_dir": "${project_path:${folder}}/src", + "cmd": + [ + "${project_path}/bin/nosetests", "${project_path}/src/jenkinsapi_tests" + ] + }, { "name":"Virtualenv 3.3",