Skip to content
Snippets Groups Projects
  1. Feb 20, 2019
  2. Feb 01, 2019
  3. Dec 17, 2018
  4. Dec 01, 2017
  5. Oct 26, 2017
  6. Jan 27, 2016
  7. Dec 22, 2015
  8. Dec 19, 2015
  9. Nov 03, 2015
  10. Oct 21, 2015
  11. 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
  12. Jun 02, 2015
  13. Mar 03, 2015
  14. 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
  15. Feb 05, 2015
  16. Feb 04, 2015
  17. Jan 12, 2015
  18. Jan 08, 2015
  19. Dec 13, 2014
  20. Dec 08, 2014
  21. Nov 26, 2014
  22. Nov 06, 2014
  23. Mar 07, 2014
  24. Feb 10, 2014
  25. Jan 15, 2014
  26. Oct 28, 2013
  27. 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
  28. Aug 27, 2013
  29. Aug 19, 2013
  30. Jul 31, 2013
  31. Jul 08, 2013
  32. 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
  33. Jun 21, 2013
  34. Jun 19, 2013
  35. May 23, 2013
  36. May 21, 2013
  37. Apr 16, 2013
Loading