Skip to content
Snippets Groups Projects
  1. Dec 01, 2017
  2. Oct 26, 2017
  3. Jan 27, 2016
  4. Dec 22, 2015
  5. Dec 19, 2015
  6. Nov 03, 2015
  7. Oct 21, 2015
  8. Sep 03, 2015
    • Ned Batchelder's avatar
      Update edx-lint to 0.2.6 · f47a53eb
      Ned Batchelder authored
      This gets us checking for tests inheriting from other tests.  When that
      happens, tests get run more than once, which is pointless.  We have a
      few dozen new warnings due to this new check.
      
      This also disables unused-wildcard-import.  That removes a few hundred
      warnings.
      
      Together, this means we can reduce the pylint limit to 5999. :)
      f47a53eb
  9. Jun 02, 2015
  10. Mar 03, 2015
  11. Feb 06, 2015
    • Calen Pennington's avatar
      Add our custom pylint plugin · b93b5417
      Calen Pennington authored
      So far, it checks:
      
      * Whether setUp is called in TestCase setUp methods.
      * If _("translate me") functions are called with only string literals.
      b93b5417
  12. Feb 05, 2015
  13. Feb 04, 2015
  14. Jan 12, 2015
  15. Jan 08, 2015
  16. Dec 13, 2014
  17. Dec 08, 2014
  18. Nov 26, 2014
  19. Nov 06, 2014
  20. Mar 07, 2014
  21. Feb 10, 2014
  22. Jan 15, 2014
  23. Oct 28, 2013
  24. Sep 27, 2013
    • Calen Pennington's avatar
      Make sure that we have the right set of fields available during xml parsing · f500b722
      Calen Pennington authored
      We had a bug where mixins weren't being applied before `load_from_xml`
      was called. This meant that not all of the fields were being loaded
      correctly. To fix it, we used the mixoligist from the runtime to apply
      the mixins earlier in the process. However, that caused the mixins to be
      applied twice.
      
      The included fixes to xblock resolved the multiply-applied mixins, and
      the fixes to the parsing code make it simpler to understand, and add
      some unit tests of the parsing to boot.
      f500b722
  25. Aug 27, 2013
  26. Aug 19, 2013
  27. Jul 31, 2013
  28. Jul 08, 2013
  29. Jul 03, 2013
    • Ned Batchelder's avatar
      Make some tweaks to the pylintrc · 2057436e
      Ned Batchelder authored
      No one reads the pylint reports, we just want the messages.
      setUp and tearDown don't need docstrings.
      More ways to mark arguments as unused.
      
      More tweaks
      2057436e
  30. Jun 21, 2013
  31. Jun 19, 2013
  32. May 23, 2013
  33. May 21, 2013
  34. Apr 16, 2013
  35. Apr 08, 2013
  36. Apr 02, 2013
  37. Mar 22, 2013