aboutsummaryrefslogtreecommitdiff
path: root/tests/test_duplicates.py
AgeCommit message (Collapse)Author
2017-01-04Update ARM Ltd. copyright to 2017Brendan Jackman
2016-01-05trappy: update copyright to 2016Javi Merino
2015-12-22ftrace: rename Run to FTraceJavi Merino
Run is a very generic and inappropriate name for an object that parses the result of ftrace into a form consumable by python. Rename it to FTrace in preparation for its generalization.
2015-08-13trappy: rename to trappyJavi Merino
Change-Id: I7e0e34c9f5565e34629683bb29ab25cf5e737088
2015-08-13cr2: change copyright to Apache 2Javi Merino
Change-Id: Ie505af7efb7526f94b1cc9e37195cbd2e0451b9d
2015-08-13cr2: remove shebang from module filesJavi Merino
Change-Id: Ia27765444594448313b955a7808b3532fb89df50
2015-08-12tests: add copyright headers to all test filesJavi Merino
They are missing and we need them if we want to opensource this. Change-Id: I456ecd5ac5e33c7ada234f490389572d8932090b Signed-off-by: Javi Merino <javi.merino@arm.com>
2015-08-12tests: make test_duplicate examples resemble real trace filesJavi Merino
Real trace files start with seven spaces, add them so that pattern matching still work with this embedded trace tests.
2015-08-12Add a test argument to view method for LinePlot.Kapileshwar Singh
The default configuration for Plotter is interactive in AttrConf.MPL_STYLE which sets the matplotlib context as interactive. This calls the pyplot.draw() method that invokes the image rendering even if the user's code does not call .draw() or .show() explicitly. We disable interactive for our tests Change-Id: Ia62ef7700d00d61614aafe1472d0d36a6cbef7b8 Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>
2015-08-12Handle duplicate Index values in data frameKapileshwar Singh
Adding a test case for checking if duplicates are handled properly Change-Id: Ib04be8b414e16e164e93b8beaa33bffd4b40abe7 Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>