cfpb / django-flags

Feature flags for Django projects
https://cfpb.github.io/django-flags/
Creative Commons Zero v1.0 Universal
256 stars 31 forks source link

docs: document how flags can be toggled in tests #122

Closed dimaqq closed 7 months ago

dimaqq commented 9 months ago

Document how flags can be toggled in tests https://github.com/cfpb/django-flags/issues/121

dimaqq commented 9 months ago

@willbarton I think a maintainer needs to do something for GHA to run 🙇🏻

dimaqq commented 9 months ago

Makes sense, I've committed your suggestion.

dimaqq commented 9 months ago

Re: usage, I guess the first block, the simple case could be moved to usage 🤔 Edit: done.

dimaqq commented 8 months ago

suggestions have been added, thank you :)

dimaqq commented 7 months ago

@willbarton wdyt, is it mergeable now? It seems that only maintainers can merge PRs in this repo, I certainly am not allowed to.

willbarton commented 7 months ago

@dimaqq Correct, only maintainers can merge PRs. That's kind of basic PR security ;)

Yes, it looks good. I'll get it merged!