summaryrefslogtreecommitdiff
path: root/python/python_test.go
AgeCommit message (Expand)Author
2023-01-27Precompile python sources Cole Faust
2023-01-25Refactor python rules Cole Faust
2022-09-23Add flag to not add top-level modules to PYTHONPATH Cole Faust
2021-03-22Remove usages of FixtureFactory from misc packages Paul Duffin
2021-03-17Convert python package to fixtures Paul Duffin
2021-03-17Fix hole in python testing code that ignored a broken test Paul Duffin
2020-12-01Add comments/refactor for python.go Liz Kammer
2020-11-12Pass Config to NewTestContext instead of ctx.Register Colin Cross
2020-11-02Consolidate python version properties in mutator Liz Kammer
2020-10-09Revert "Make lots of tests run in parallel" Colin Cross
2020-10-06Make lots of tests run in parallel Colin Cross
2020-07-27Add `data_native_bins` property to java_test_host Liz Kammer
2019-12-18Move filesystem into Config Colin Cross
2019-11-25Make TestContext.RegisterModuleType take an android.ModuleFactory Colin Cross
2018-06-04Fix embedded_launcher can't find files Nan Zhang
2018-03-22Add Python protobuf support. Nan Zhang
2018-03-15Extract failIfErrored() to android/testing.go Logan Chien
2018-03-09Remove timestamp based filelist file for tracking Python dependencies Nan Zhang
2017-10-10Let tests override environment Colin Cross
2017-09-05Add support for python_defaults modules Nan Zhang
2017-09-05<Hermetic> Replace Soong Python bootstrap process with embedded Nan Zhang
2017-07-14Add integration testing infrastructure Colin Cross
2017-06-30Refactor factories Colin 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