jazzband / django-waffle

A feature flipper for Django
https://waffle.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.12k stars 258 forks source link

Add --testing option to waffle_flag mgmt command #494

Closed kevinmmmcs closed 9 months ago

kevinmmmcs commented 9 months ago

Noticed a little while back that the waffle_flag management command doesn't seem to have ever supported an option for "testing" mode. This PR adds it as the --testing / -t option, and updates test_management.py:WaffleFlagManagementCommandTests.test_create verifying that the option can get set correctly.