Skip to content
Snippets Groups Projects
  1. Aug 29, 2022
  2. Aug 28, 2022
    • Saurabh Kumar's avatar
      Improve testing and development experience · 91a25396
      Saurabh Kumar authored
      - Add “make test” command to lint, test and report coverage
      - Add pytest runner 
        - It automatically set up to use the correct Django settings module
        - Runs tests on all the available CPU, I was able to run all the test in total=~30sec using “make test” command.
        - It provides a cleaner error report, compared to DjangoTestRunner
      - Coverage
        - Displayed the report on the terminal after the test finish
        - Disable reporting of coverage for test and migration files
        - Enable coverage reporting for the template files
        - “make test” generates HTML reports to quickly check the coverage of each file
      91a25396
  3. May 30, 2022
  4. Apr 06, 2022
  5. Mar 21, 2022
  6. Mar 11, 2022
  7. Mar 08, 2022
  8. Feb 16, 2022
  9. Jan 26, 2022
  10. Jun 01, 2021
  11. Feb 16, 2021
  12. Jan 18, 2021
  13. Apr 23, 2020
  14. Feb 25, 2020
  15. Feb 24, 2020
  16. Nov 12, 2019
  17. Nov 05, 2019
  18. Aug 15, 2019
  19. Aug 12, 2019
    • George Hickman's avatar
      Add Projects Feature Flag (#1394) · dd72593e
      George Hickman authored
      * Add feature flag to Project creation
      * Show project related UI elements when Projects are enabled
      * Enable Project URLs based on feature flag
      * Enable projects for testing
      dd72593e
  20. Jul 22, 2019
  21. Jul 19, 2019
  22. Mar 08, 2019
  23. Jan 29, 2019
  24. Jan 14, 2019
  25. Oct 23, 2018
  26. Oct 22, 2018
  27. Aug 29, 2018
  28. Aug 21, 2018
Loading