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 38fe046..dcb7c2f 100644 (file)
@@ -2,7 +2,8 @@
        "folders":
        [
                {
-                       "path": "src"
+                       "path": "src",
+                       "file_exclude_patterns": ["*.pyc"]
                }
        ],
        
@@ -32,7 +33,7 @@
                },
                {
 
-                       "name":"Nose 2.7",
+                       "name":"Nose 2.7 Unittests",
                        "working_dir": "${project_path:${folder}}/src",
                        "cmd":
                        [
                },
                {
 
+                       "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",
                        "working_dir": "${project_path:${folder}}/src",
                        "cmd":