summaryrefslogtreecommitdiff
path: root/python/python_test.go
AgeCommit message (Expand)Author
2021-03-22Remove usages of FixtureFactory from misc packagesPaul Duffin
2021-03-17Convert python package to fixturesPaul Duffin
2021-03-17Fix hole in python testing code that ignored a broken testPaul Duffin
2020-12-01Add comments/refactor for python.goLiz Kammer
2020-11-12Pass Config to NewTestContext instead of ctx.RegisterColin Cross
2020-11-02Consolidate python version properties in mutatorLiz Kammer
2020-10-09Revert "Make lots of tests run in parallel"Colin Cross
2020-10-06Make lots of tests run in parallelColin Cross
2020-07-27Add `data_native_bins` property to java_test_hostLiz Kammer
2019-12-18Move filesystem into ConfigColin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross
2018-06-04Fix embedded_launcher can't find filesNan Zhang
2018-03-22Add Python protobuf support.Nan Zhang
2018-03-15Extract failIfErrored() to android/testing.goLogan Chien
2018-03-09Remove timestamp based filelist file for tracking Python dependenciesNan Zhang
2017-10-10Let tests override environmentColin Cross
2017-09-05Add support for python_defaults modulesNan Zhang
2017-09-05<Hermetic> Replace Soong Python bootstrap process with embeddedNan Zhang
2017-07-14Add integration testing infrastructureColin Cross
2017-06-30Refactor factoriesColin Cross
2017-06-12Fix the issue that /tmp/soong_python_test* isn't being removed.Nan Zhang
2017-05-17Add python_test_host module.Nan Zhang
2017-05-05Supported python build in host side.Nan Zhang