1. 01 Jul, 2015 3 commits
  2. 29 Jun, 2015 1 commit
  3. 04 May, 2015 2 commits
    • Robert Collins's avatar
      Release 1.8.0 · a18c9047
      Robert Collins authored
      Change-Id: I0a1db860a786d54addadb9d06eac470db6c430a4
      a18c9047
    • Robert Collins's avatar
      Switch to pbr as a build system · 915b2b60
      Robert Collins authored
      This automates the manual dance around version numbers for less maintenance pain.
      
      The main visible changes are:
      - requirements are in requirements.txt for now
      - tags must be just x.y.z not testtools-x.y.z
      - version information in __init__ is dynamically looked up.
      - we can probably cleanup a bunch of our bootstrap import glue but in
        the interest of clear reviews, and avoiding surprises, I'm leaving
        that alone for now.
      
      Change-Id: Ia54f681b50764a94ada68a6b2ac1bc77bfb619c5
      915b2b60
  4. 07 Apr, 2015 1 commit
  5. 04 Apr, 2015 1 commit
  6. 03 Apr, 2015 1 commit
  7. 02 Apr, 2015 1 commit
  8. 11 Mar, 2015 4 commits
  9. 10 Mar, 2015 6 commits
  10. 09 Mar, 2015 3 commits
  11. 20 Nov, 2014 1 commit
  12. 17 Nov, 2014 4 commits
  13. 15 Nov, 2014 11 commits
  14. 13 Nov, 2014 1 commit
    • Robert Collins's avatar
      Use unittest2 TestProgram implementation. · dfe62afa
      Robert Collins authored
      This brings in many fixes made to discovery where previously we were only using
      the discovery package or the version in the release of Python that the test
      execution was occuring on. (Robert Collins, #1271133)
      
      Change-Id: I6270c8e8949262c01cb3a4e40735077ad6fc1ef2
      dfe62afa