mirror of
https://github.com/mvt-project/mvt.git
synced 2026-03-20 17:43:31 +00:00
Merge branch 'main' into feature/deduplicate-adb-aqf-modules
This commit is contained in:
@@ -54,3 +54,8 @@ class TestBugreportAnalysis:
|
||||
def test_getprop_module(self):
|
||||
m = self.launch_bug_report_module(DumpsysGetProp)
|
||||
assert len(m.results) == 0
|
||||
|
||||
def test_tombstones_modules(self):
|
||||
m = self.launch_bug_report_module(Tombstones)
|
||||
assert len(m.results) == 2
|
||||
assert m.results[1]["pid"] == 3559
|
||||
|
||||
Reference in New Issue
Block a user