Skip to content
Snippets Groups Projects
  1. Mar 06, 2016
  2. Mar 05, 2016
  3. Feb 28, 2016
  4. Feb 26, 2016
  5. Jan 26, 2016
  6. Jan 23, 2016
  7. Dec 13, 2015
  8. Dec 11, 2015
  9. Dec 01, 2015
  10. Nov 10, 2015
  11. Nov 09, 2015
  12. Nov 07, 2015
  13. Nov 06, 2015
  14. Nov 04, 2015
  15. Sep 10, 2015
  16. Aug 25, 2015
  17. Jul 09, 2015
  18. Jul 08, 2015
  19. Jun 26, 2015
  20. Jun 24, 2015
  21. Jun 06, 2015
  22. May 31, 2015
    • Patman64's avatar
      Python code clean-up (PEP-8 related and other) · 2a45b9f4
      Patman64 authored
      - Add the UTF-8 marker to files without it.
      - Fix some hanging indents.
      - Change ''' into """ in docstrings.
      - Enforce two blank line rule.
      2a45b9f4
    • Patman64's avatar
      Fix ScopeMismatch error when testing · 88ae10f6
      Patman64 authored
      The `testapp` fixture depends on the `app` fixture, but the `app` fixture's
      scope was redefined as 'function' in commit 35c32e, which is narrower than
      the scope of `testapp` ('session').
      
      Since `testapp` only depends only on `app`, it is safe to make it's scope match
      `app`.
      88ae10f6
  23. May 15, 2015
Loading