hovel / pybbm

Django forum solution. Tested, documented, shipped with example project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests for management commands

DylannCordel opened this issue · comments

Currently, there are no tests for all management commands :

  • pybb/management/commands/dump_topics.py
  • pybb/management/commands/migrate_profile.py
  • pybb/management/commands/pybb_delete_invalid_topics.py
  • pybb/management/commands/pybb_update_counters.py
  • pybb/management/commands/supermoderator.py

Writing test is cool and is a good way to begin to participate to a project if some people are interested by coding this 🐱