Django & HTMX App - Custom Managers | pytest & factory-boy for unit tests

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024

Комментарии • 18

  • @alexdubkov6998
    @alexdubkov6998 3 месяца назад +3

    Gorgeous series. So nice you combine coding, testing and ui. Thanks a lot!

    • @bugbytes3923
      @bugbytes3923  3 месяца назад

      Thanks a lot! Glad you're liking it!

  • @repotranstech9614
    @repotranstech9614 4 месяца назад +1

    Thanks,a very useful.I have realized I haven't been following the DRY principal in Django.

    • @bugbytes3923
      @bugbytes3923  4 месяца назад

      Thanks! And yes, if you have common database operations, you can extract the code to a QuerySet method!

  • @sebwylleman
    @sebwylleman 4 месяца назад +1

    Love this series!

  • @MikeJones-fe3ye
    @MikeJones-fe3ye 4 месяца назад +1

    5:00 You can use Coalesce to handle None values.

  • @aashayamballi
    @aashayamballi 4 месяца назад +1

    thank you!

  • @Yarkanlaki
    @Yarkanlaki 3 месяца назад +1

    Thank you 🙏

  • @frameff9073
    @frameff9073 4 месяца назад

    Thank🎉

  • @christolabuschagne4382
    @christolabuschagne4382 4 месяца назад

    Does it leave the test data in the db every time you run the tests?