Skip to content
Snippets Groups Projects
  1. May 06, 2018
  2. May 05, 2018
  3. May 04, 2018
  4. Feb 17, 2018
  5. Feb 14, 2018
  6. Jan 08, 2018
  7. Jan 03, 2018
  8. Jan 02, 2018
  9. Dec 31, 2017
  10. Dec 30, 2017
  11. Dec 29, 2017
    • Saif Hakim's avatar
      Add configurable list of classmethod / staticmethod decorators · 08403da8
      Saif Hakim authored
      - Added support for parsing CLI-style flake8-config parameters in tests
        using flake8_polyfill (has a stable API which flake8>=3 lacks)
      - Removed support for multiple `codes` in testcases (unused)
      - Clean up incorrect usage of default which caused redundant work in
        parse_options for ignore_names
      
      Fixes #38
      08403da8
  12. Dec 28, 2017
  13. Oct 23, 2017
  14. Jul 29, 2017
  15. Jul 28, 2017
    • Matthias Bussonnier's avatar
      Correct N804/N805 for __init_subclass__ · dfad62ca
      Matthias Bussonnier authored
      According to pep 0487, the `__init_subclass__` method is implicitly
      considered a classmethod. Thus it should be considered as an exception
      of N804/N805 (first argument should be named self/cls). This is already
      implemented for `__new__` so extend using the same logic.
      dfad62ca
  16. Jun 09, 2017
  17. Jan 28, 2017
  18. Nov 21, 2016
  19. Oct 26, 2016
  20. Jun 26, 2016
  21. Jun 15, 2016
  22. Jun 14, 2016
  23. Apr 23, 2016
    • Edward Betts's avatar
      Include tests in release source tarball · 6892538b
      Edward Betts authored
      A test suite is a very useful thing, it would be great to include in the
      release tarball that is uploaded to pypi. That way people who download
      and build the release can run the tests to ensure the library is
      working.
      
      Linux distributions, such as Debian, base their packages of Python
      modules on the pypi release. This means the test suite can be run when
      building a Debian package, and so catch mistakes in the packaging or
      errors introduced into dependencies.
      
      I've written some more on this topic on the Debian Python mailing list.
      
        https://lists.debian.org/debian-python/2016/04/msg00074.html
      6892538b
  24. Jun 30, 2015
  25. Jun 29, 2015
Loading