summaryrefslogtreecommitdiff
path: root/test/test_repo_flags.py
AgeCommit message (Collapse)AuthorFilesLines
2020-02-03Re-architect the RepoFlags classScott Bahling1-85/+7
We don't need to create flags - just read and parse them from the project meta config. Remove the unneeded functionality and enhance the structure. All flags from a project and package are accessible via a single RepoFlags object.
2020-02-03Use status instead of setting to be consistent with the apiScott Bahling1-5/+5
2020-02-03Use repository attribute instead of "repo" to be consistent with the apiScott Bahling1-5/+5
2020-01-26Add RepoFlags class and api.get_repo_flags methodScott Bahling1-0/+121