From a0f6006ae7613ba08480bfccac300ea7c7de9af4 Mon Sep 17 00:00:00 2001 From: Raman Tenneti Date: Thu, 30 Sep 2021 14:24:26 -0700 Subject: git_config: Fixed test.gitconfig getting updated when running tests. Moved test_GetSyncAnalysisStateData to GitConfigReadWriteTests class. Deleted [repo "syncstate*..] data from tests/fixtures/test.gitconfig. Tested: ./run_tests ... tests/test_git_config.py::GitConfigReadWriteTests::test_GetSyncAnalysisStateData PASSED [ 84%] ... Bug: https://crbug.com/gerrit/15103 Change-Id: I8cb89ce10b025994a045106c9c66dd243ae8ba50 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/319557 Tested-by: Raman Tenneti Reviewed-by: Mike Frysinger --- tests/fixtures/test.gitconfig | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/fixtures') diff --git a/tests/fixtures/test.gitconfig b/tests/fixtures/test.gitconfig index b178cf60..9b3f2574 100644 --- a/tests/fixtures/test.gitconfig +++ b/tests/fixtures/test.gitconfig @@ -11,13 +11,3 @@ intk = 10k intm = 10m intg = 10g -[repo "syncstate.main"] - synctime = 2021-09-14T17:23:43.537338Z - version = 1 -[repo "syncstate.sys"] - argv = ['/usr/bin/pytest-3'] -[repo "syncstate.superproject"] - test = false -[repo "syncstate.options"] - verbose = true - mpupdate = false -- cgit v1.2.3-54-g00ecf