Side by Side Diff: infra/libs/git2/test/__init__.py
Issue 355153002 :
Refactor infra git libs and testing. (Closed)
Patch Set: Change config ref to have a sandard naming scheme
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
.coveragerc
infra/ext/__init__.py
infra/libs/decorators/__init__.py
infra/libs/decorators/decorators.py
infra/libs/decorators/test/__init__.py
infra/libs/decorators/test/decorators_test.py
infra/libs/git2/__init__.py
infra/libs/git2/config_ref.py
infra/libs/git2/data/__init__.py
infra/libs/git2/data/commit.py
infra/libs/git2/data/data.py
infra/libs/git2/data/test/__init__.py
infra/libs/git2/data/test/commit_test.py
infra/libs/git2/git2.py
infra/libs/git2/test/__init__.py
infra/libs/git2/test/config_ref_test.py
infra/libs/git2/test/git2_test.py
infra/libs/git2/test/util_test.py
infra/libs/git2/util.py
infra/libs/types/__init__.py
infra/libs/types/test/__init__.py
infra/libs/types/test/types_test.py
infra/libs/types/types.py
infra/services/gnumbd/__main__.py
infra/services/gnumbd/gnumbd.py
infra/services/gnumbd/inner_loop.py
infra/services/gnumbd/support/config_ref.py
infra/services/gnumbd/support/data.py
infra/services/gnumbd/support/git.py
infra/services/gnumbd/support/util.py
infra/services/gnumbd/test/__main__.py
infra/services/gnumbd/test/config_test.py
infra/services/gnumbd/test/data_test.py
infra/services/gnumbd/test/git_test.py
infra/services/gnumbd/test/gnumbd_smoketests.py
infra/services/gnumbd/test/gnumbd_smoketests.expected/bad_position_footer.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/bad_svn_footer.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/branch.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/branch_from_branch.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/enforce_commit_timestamps.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/extra_user_footer.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/extra_user_footer_bad.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/incoming_svn_id_drops.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/manual_merge_commits_ok.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_ahead.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_ahead_tag_ahead_pending.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_behind.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_mismatch_and_pend.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/master_tag_ahead_pending.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/merge_commits_fail.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/multi_pending.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_number_on_parent.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_pending_tag.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_position_footer.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/no_real_ref.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/normal_update.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/normal_with_master_lag.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/steady_state.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/tag_lagging.yaml
infra/services/gnumbd/test/gnumbd_smoketests.expected/tag_lagging_no_actual.yaml
infra/services/gnumbd/test/gnumbd_smoketests_main.py
infra/services/gnumbd/test/gnumbd_test.py
infra/services/gnumbd/test/gnumbd_test.expected/bad_position_footer.yaml
infra/services/gnumbd/test/gnumbd_test.expected/bad_svn_footer.yaml
infra/services/gnumbd/test/gnumbd_test.expected/branch.yaml
infra/services/gnumbd/test/gnumbd_test.expected/branch_from_branch.yaml
infra/services/gnumbd/test/gnumbd_test.expected/enforce_commit_timestamps.yaml
infra/services/gnumbd/test/gnumbd_test.expected/extra_user_footer.yaml
infra/services/gnumbd/test/gnumbd_test.expected/extra_user_footer_bad.yaml
infra/services/gnumbd/test/gnumbd_test.expected/incoming_svn_id_drops.yaml
infra/services/gnumbd/test/gnumbd_test.expected/manual_merge_commits_ok.yaml
infra/services/gnumbd/test/gnumbd_test.expected/master_ahead.yaml
infra/services/gnumbd/test/gnumbd_test.expected/master_ahead_tag_ahead_pending.yaml
infra/services/gnumbd/test/gnumbd_test.expected/master_behind.yaml
infra/services/gnumbd/test/gnumbd_test.expected/master_mismatch_and_pend.yaml
infra/services/gnumbd/test/gnumbd_test.expected/master_tag_ahead_pending.yaml
infra/services/gnumbd/test/gnumbd_test.expected/merge_commits_fail.yaml
infra/services/gnumbd/test/gnumbd_test.expected/multi_pending.yaml
infra/services/gnumbd/test/gnumbd_test.expected/no_number_on_parent.yaml
infra/services/gnumbd/test/gnumbd_test.expected/no_pending_tag.yaml
infra/services/gnumbd/test/gnumbd_test.expected/no_position_footer.yaml
infra/services/gnumbd/test/gnumbd_test.expected/no_real_ref.yaml
infra/services/gnumbd/test/gnumbd_test.expected/normal_update.yaml
infra/services/gnumbd/test/gnumbd_test.expected/normal_with_master_lag.yaml
infra/services/gnumbd/test/gnumbd_test.expected/steady_state.yaml
infra/services/gnumbd/test/gnumbd_test.expected/tag_lagging.yaml
infra/services/gnumbd/test/gnumbd_test.expected/tag_lagging_no_actual.yaml
infra/services/gnumbd/test/gnumbd_test_definitions.py
infra/services/gnumbd/test/util_test.py
test.py