Skip to content
  1. Feb 24, 2019
  2. Jan 13, 2019
  3. Jul 08, 2017
  4. Jun 19, 2017
  5. Apr 17, 2017
  6. Feb 22, 2017
  7. Dec 24, 2016
    • Phyks (Lucas Verney)'s avatar
      Make as much modules unittests as possible run without backend · fdd10121
      Phyks (Lucas Verney) authored
      Using the `nofail` argument and hooking to `login` event, one can make
      as much modules unittests as possible run, and skip the unittests which
      require authentication or special configuration.
      
      Tests are also run using all available backends now. This is especially
      important for modules such as Amazon for which the backend has a large
      influence on the website being used and the code being run.
      
      I also changed the default values so that they match the expected type
      (rather than being `None`).
      fdd10121
  8. Oct 25, 2016
  9. Sep 08, 2016
  10. Feb 07, 2016
  11. Jan 12, 2016
  12. Oct 10, 2014
    • Laurent Bachelier's avatar
      pep8 blank lines fixes · 448c06d1
      Laurent Bachelier authored
      flake8 --select W391,E302,E301,E304
      
      autopep8 can't fix W391 even though it claims it can.
      Fixed using a simple custom script.
      448c06d1
  13. Oct 07, 2014
    • Laurent Bachelier's avatar
      logging: Create a new level DEBUG_FILTERS · 7be9a646
      Laurent Bachelier authored
      This is a cleaner approach that requires less configuration
      in other applications.
      This also easily allows us to have another color.
      
      Many checks were made on being exactly at the DEBUG level, they were
      fixed to also check on being below DEBUG (i.e. DEBUG_FILTERS).
      7be9a646
  14. Sep 26, 2014
  15. Sep 21, 2014
  16. Sep 10, 2014
  17. Sep 09, 2014
    • Laurent Bachelier's avatar
      Remove useless __all__ in modules · 3da02fde
      Laurent Bachelier authored
      They bring nothing of value (we never use import * anyway) and introduce
      a maintenance burden.
      
      The __all__ that I left might not be very useful either but at least
      they are not a pain to maintain; they are also used by pyflakes in some
      cases.
      3da02fde
  18. Mar 22, 2014
  19. Aug 18, 2013
  20. Jul 27, 2013
  21. Jul 19, 2013
  22. Mar 15, 2013
  23. Jan 14, 2013
  24. Oct 24, 2012
  25. May 07, 2012
  26. Apr 09, 2012
  27. Feb 05, 2012
  28. Jan 17, 2012
  29. May 03, 2011
  30. Apr 08, 2011
  31. Mar 14, 2011
  32. Mar 01, 2011
  33. Nov 17, 2010