aboutsummaryrefslogtreecommitdiff
path: root/python/python_test.go
Commit message (Expand)AuthorAgeFilesLines
* Precompile python sourcesCole Faust2023-01-271-8/+19
* Refactor python rulesCole Faust2023-01-251-9/+3
* Add flag to not add top-level modules to PYTHONPATHCole Faust2022-09-231-2/+0
* Remove usages of FixtureFactory from misc packagesPaul Duffin2021-03-221-9/+6
* Convert python package to fixturesPaul Duffin2021-03-171-111/+34
* Fix hole in python testing code that ignored a broken testPaul Duffin2021-03-171-3/+15
* Add comments/refactor for python.goLiz Kammer2020-12-011-2/+2
* Pass Config to NewTestContext instead of ctx.RegisterColin Cross2020-11-121-2/+2
* Consolidate python version properties in mutatorLiz Kammer2020-11-021-2/+3
* Revert "Make lots of tests run in parallel"Colin Cross2020-10-091-1/+0
* Make lots of tests run in parallelColin Cross2020-10-061-0/+1
* Add `data_native_bins` property to java_test_hostLiz Kammer2020-07-271-4/+2
* Move filesystem into ConfigColin Cross2019-12-181-22/+30
* Make TestContext.RegisterModuleType take an android.ModuleFactoryColin Cross2019-11-251-6/+3
* Fix embedded_launcher can't find filesNan Zhang2018-06-041-9/+9
* Add Python protobuf support.Nan Zhang2018-03-221-5/+5
* Extract failIfErrored() to android/testing.goLogan Chien2018-03-151-11/+2
* Remove timestamp based filelist file for tracking Python dependenciesNan Zhang2018-03-091-42/+26
* Let tests override environmentColin Cross2017-10-101-1/+1
* Add support for python_defaults modulesNan Zhang2017-09-051-5/+35
* <Hermetic> Replace Soong Python bootstrap process with embeddedNan Zhang2017-09-051-16/+12
* Add integration testing infrastructureColin Cross2017-07-141-23/+8
* Refactor factoriesColin Cross2017-06-301-2/+4
* Fix the issue that /tmp/soong_python_test* isn't being removed.Nan Zhang2017-06-121-3/+3
* Add python_test_host module.Nan Zhang2017-05-171-1/+1
* Supported python build in host side.Nan Zhang2017-05-051-0/+456