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. Aug 02, 2022
  3. Aug 01, 2022
  4. Dec 08, 2021
  5. Aug 31, 2021
  6. Aug 25, 2021
  7. Apr 15, 2021
  8. Jan 18, 2021
  9. Nov 30, 2020
  10. Aug 20, 2020
  11. Jun 25, 2020
  12. May 27, 2020
  13. May 26, 2020
  14. Feb 24, 2020
  15. Feb 10, 2020
  16. Feb 03, 2020
  17. Dec 05, 2019
  18. Nov 07, 2019
  19. Nov 05, 2019
Loading