1. 10 8月, 2017 2 次提交
  2. 09 8月, 2017 1 次提交
  3. 07 8月, 2017 1 次提交
    • L
      test: Remove unnecessary LazyProperty from Test class · f5ae8ed8
      Lukáš Doktor 提交于
      Most of the LazyProperty variables in Test are actually always read on
      "get_state" and other occasions so it does not make sense to set it
      Lazily.
      
      Also protect the remaining lazily initialized property from overriding
      by using @property instead of our custom LazyProperty, which is not
      really a property.
      
      This commit requires some adjustments to nasty example tests which used
      to override self.srcdir, which is not allowed (and restricted since this
      commit).
      Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
      f5ae8ed8
  4. 25 7月, 2017 2 次提交
  5. 24 7月, 2017 1 次提交
  6. 19 7月, 2017 1 次提交
  7. 30 6月, 2017 5 次提交
  8. 28 6月, 2017 4 次提交
  9. 27 6月, 2017 4 次提交
  10. 26 6月, 2017 13 次提交
  11. 24 6月, 2017 3 次提交
  12. 23 6月, 2017 3 次提交