Skip to content
Snippets Groups Projects
  1. May 04, 2018
  2. Feb 17, 2018
  3. Feb 14, 2018
  4. Jan 08, 2018
  5. Jan 03, 2018
  6. Jan 02, 2018
  7. Dec 31, 2017
  8. Dec 30, 2017
  9. 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
  10. Dec 28, 2017
  11. Oct 23, 2017
  12. Jul 29, 2017
  13. 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
  14. Jun 09, 2017
  15. Jan 28, 2017
  16. Nov 21, 2016
  17. Oct 26, 2016
  18. Jun 26, 2016
  19. Jun 15, 2016
  20. Jun 14, 2016
  21. 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
  22. Jun 30, 2015
  23. Jun 29, 2015
  24. Jun 20, 2015
Loading