androguard/tests
2024-06-02 22:45:38 +03:00
..
data Add locale option to get_app_name() method. 2024-04-19 20:25:37 +08:00
parse_dex.py adding the rest of the tests 2023-12-30 01:02:03 +02:00
test_analysis.py Apply type annotations (#1042) 2024-04-28 09:40:27 +03:00
test_annotations.py adding the rest of the tests 2023-12-30 01:02:03 +02:00
test_apk.py update tests to be sorted 2024-06-02 22:45:38 +03:00
test_arsc.py adding the rest of the tests 2023-12-30 01:02:03 +02:00
test_axml.py update tests to be run locally and from poetry 2023-12-15 16:16:40 +02:00
test_callgraph.py use new get_encoded_methods() method that explicitly returns EncodedMethods instead of MethodIds, test decompile format options and create a more verbose error when GraphViz is not installed and the 'png' or 'jpg' formats are specified 2024-04-14 19:29:51 -04:00
test_cli_decompile.py add simple test for decompile command 2024-04-14 19:43:05 -04:00
test_decompiler_dataflow.py adding the rest of the tests 2023-12-30 01:02:03 +02:00
test_decompiler_dominator.py adding the rest of the tests 2023-12-30 01:02:03 +02:00
test_decompiler_rpo.py adding the rest of the tests 2023-12-30 01:02:03 +02:00
test_decompiler.py adding the rest of the tests 2023-12-30 01:02:03 +02:00
test_dex.py ensure .show() works for MethodAnalysis that are External. Add logging when creating new ClassAnalysis instance. Similar to wrapping all fields into FieldAnalysis, also add and wrap all strings into StringAnalysis. Create explicit methods for getting internal/external methods. Updated expected outputs for test_analysis, as underlying implementations have changed 2024-03-09 15:27:51 -05:00
test_dexcodeparsing.py update all tests to use explicit functions for encoded methods/fields. fix failing test mentioned in https://github.com/androguard/androguard/issues/989\#issuecomment-1925512272 so that it assumes testing for wrapped fields. make new tests for DEX-class level testing that tests counts of parsed values in the DEX header 2024-02-25 18:12:46 -05:00
test_loadorder.py adding the rest of the tests 2023-12-30 01:02:03 +02:00
test_misc.py make filename length hard limit 2019-10-22 08:12:35 +02:00
test_rename.py update all tests to use explicit functions for encoded methods/fields. fix failing test mentioned in https://github.com/androguard/androguard/issues/989\#issuecomment-1925512272 so that it assumes testing for wrapped fields. make new tests for DEX-class level testing that tests counts of parsed values in the DEX header 2024-02-25 18:12:46 -05:00
test_strings.py adding the rest of the tests 2023-12-30 01:02:03 +02:00
test_types.py update all tests to use explicit functions for encoded methods/fields. fix failing test mentioned in https://github.com/androguard/androguard/issues/989\#issuecomment-1925512272 so that it assumes testing for wrapped fields. make new tests for DEX-class level testing that tests counts of parsed values in the DEX header 2024-02-25 18:12:46 -05:00