Add a lot of helpful and useful stuff to the sublime config
authorsalimfadhley <sal@stodge.org>
Sun, 2 Jun 2013 22:40:17 +0000 (23:40 +0100)
committersalimfadhley <sal@stodge.org>
Sun, 2 Jun 2013 22:40:17 +0000 (23:40 +0100)
misc/jenkinsapi.sublime-project

index 38fe04625c0a2ce6485108509c6ae6d6684ca46d..dcb7c2fe32d0d9620ab59bc22b1bc0af0f8d19b5 100644 (file)
@@ -2,7 +2,8 @@
        "folders":
        [
                {
-                       "path": "src"
+                       "path": "src",
+                       "file_exclude_patterns": ["*.pyc"]
                }
        ],
        
                },
                {
 
-                       "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",