summaryrefslogtreecommitdiff
path: root/python/python_test.go
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2021-03-19 18:20:59 +0000
committerPaul Duffin <paulduffin@google.com>2021-03-22 18:31:53 +0000
commitff2aa69a86e46429255ed812b2796a89635b9f26 (patch)
tree5f98b174c51bb349935a8ae838c2b79e069dce79 /python/python_test.go
parent4ca6752b21de0114fb07ea5aff4ab97fb6ad9a81 (diff)
Deprecate FixtureFactory in favor of FixturePreparer
Prior to this FixtureFactory was basically a FixturePreparer with the additional support for buildDirSupplier. This makes that a reality by moving the functionality of FixtureFactory into FixturePreparer and making FixtureFactory extend that with buildDirSupplier. This also deprecates the Extend() method in favour of simply using the GroupFixturePreparers() method. Once all usages of buildDir have been removed so the buildDirSupplier is no longer required then FixtureFactory will be removed altogether. In the meantime follow up changes will migrate those tests that do not require a buildDirSupplier to just use FixturePreparers in preparation for the eventual removal of FixtureFactory. Bug: 183235980 Test: m nothing Change-Id: Ibb4e5bfec2f76ee34dd7de6aed6bbbfe27d337b8
Diffstat (limited to 'python/python_test.go')
0 files changed, 0 insertions, 0 deletions