1. 28 8月, 2018 1 次提交
  2. 17 7月, 2018 1 次提交
  3. 27 6月, 2018 1 次提交
    • C
      Test Loader: use enums from from Python 3.4 · 5e4c4d16
      Cleber Rosa 提交于
      This change reveleaed a couple of location in the symbolic names where
      not being used, but their special values were being evaluated.  Let's
      avoid using the special (and subtle) meaning of ALL (True) and
      DEFAULT/AVAILABLE (which evaluate to False).
      
      The enum library is part of the standard library, starting from 3.4
      (which is the mininum version we require for Avocado).  On Python 2.7,
      we can rely on the backport package.
      
      This is of course not necessary right now, but I feel that we can
      continue modernizing the code base, and not wait for 2020 and then be
      liberated to use newer constructs and libraries.
      
      Reference: https://trello.com/c/k90E1kdg/1357-loader-remove-compatibility-aliasesSigned-off-by: NCleber Rosa <crosa@redhat.com>
      5e4c4d16
  4. 13 6月, 2018 1 次提交
  5. 26 4月, 2018 1 次提交
  6. 19 4月, 2018 1 次提交
  7. 28 3月, 2018 1 次提交
  8. 01 3月, 2018 1 次提交
  9. 27 2月, 2018 1 次提交
  10. 26 2月, 2018 1 次提交
  11. 24 2月, 2018 1 次提交