Skip to content
Snippets Groups Projects
  1. Mar 09, 2023
  2. Dec 15, 2022
  3. 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
  4. Jul 21, 2022
  5. Mar 17, 2022
  6. Feb 11, 2022
  7. Feb 16, 2021
  8. Jun 23, 2020
  9. Jun 18, 2020
  10. Jun 17, 2020
  11. Feb 24, 2020
  12. Dec 20, 2018
  13. Jan 02, 2018
  14. Dec 15, 2017
  15. Dec 11, 2017
Loading