commit | 39c46c17b97a12b374118765857bf1b24de02626 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Thu Mar 11 14:46:53 2021 -0800 |
committer | Yabin Cui <yabinc@google.com> | Thu Mar 11 22:01:03 2021 -0800 |
tree | c7e1dc8db7025d4a1f7bb1151b9347190d0b4222 | |
parent | 29371074ee00adf7b23f7dc4174128f1ca4a73ff [diff] |
simpleperf: split python tests. Currently all python tests are in test.py, making it too big to maintain. So this CL does below changes: 1. create test directory, and move test.py, test_monitor.py and script_testdata to the directory. 2. move test.py to do_test.py, and split its test cases into different files. 3. create a new test.py as an entrypoint for testing. 4. use python3 in testing. Bug: 182507493 Test: run test.py. Change-Id: Id880036c5115d00da74ef1b1b948cb8f63b928f9