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