Some tidy-ups
authorsalimfadhley <sal@stodge.org>
Sat, 26 Oct 2013 08:33:19 +0000 (09:33 +0100)
committersalimfadhley <sal@stodge.org>
Sat, 26 Oct 2013 08:33:19 +0000 (09:33 +0100)
doc/source/rules_for_contributors.rst
jenkinsapi/views.py

index ce493360f79af8d217f739f205dd257a28753e50..33edcb64aa412591d1566834e330d9d4ae60eb85 100644 (file)
@@ -19,6 +19,8 @@ You might want to follow a typical test driven development cycle: http://en.wiki
 
 Put simply: Write your tests first and only implement features required to make your tests pass. Do not let your implementation get ahead of your tests.
 
+Features implemented without tests will be removed. Unmaintained features (which break because of changes in Jenkins) will also be removed.
+
 Check the CI status before comitting
 ------------------------------------
 
index 6ea043aa35ddce02c0719fd0c526296b657d89e7..f48eb6d76f8e416097b76ca61b8d04fa77b67e77 100644 (file)
@@ -13,8 +13,6 @@ class Views(object):
     """
     An abstraction on a Jenkins object's views
     """
-
-    # TODO @lechat 20130702: Add check that plugin for view actually exists in Jenkins
     LIST_VIEW = 'hudson.model.ListView'
     NESTED_VIEW = 'hudson.plugins.nested_view.NestedView'
     MY_VIEW = 'hudson.model.MyView'