1 new commit in pytest:
https://bitbucket.org/hpk42/pytest/changeset/b6692c800dd4/ changeset: b6692c800dd4 user: hpk42 date: 2012-06-26 20:28:09 summary: remove unused code affected #: 1 file diff -r 6c84905dcbf31ab327ca02491013208a2effd525 -r b6692c800dd434d1b6abca3e4b4bb261b59911eb _pytest/config.py --- a/_pytest/config.py +++ b/_pytest/config.py @@ -35,9 +35,6 @@ if option.dest: self._processopt(option) - def addnote(self, note): - self._notes.append(note) - def getgroup(self, name, description="", after=None): """ get (or create) a named option Group. Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn