Skip to content
Snippets Groups Projects
  1. 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
  2. May 30, 2022
  3. Apr 06, 2022
  4. Mar 21, 2022
  5. Mar 11, 2022
  6. Mar 08, 2022
  7. Feb 16, 2022
  8. Jan 26, 2022
  9. Jun 01, 2021
  10. Feb 16, 2021
  11. Jan 18, 2021
  12. Apr 23, 2020
  13. Feb 25, 2020
  14. Feb 24, 2020
  15. Nov 12, 2019
  16. Nov 05, 2019
  17. Aug 15, 2019
  18. 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
  19. Jul 22, 2019
  20. Jul 19, 2019
  21. Mar 08, 2019
  22. Jan 29, 2019
  23. Jan 14, 2019
  24. Oct 23, 2018
  25. Oct 22, 2018
  26. Aug 29, 2018
  27. Aug 21, 2018
Loading