lp:~louis/apport/apport-unpack-extract

Created by Louis Bouchard and last modified
Get this branch:
bzr branch lp:~louis/apport/apport-unpack-extract
Only Louis Bouchard can upload to this branch. If you are Louis Bouchard please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Louis Bouchard
Project:
Apport
Status:
Merged

Recent revisions

2912. By Louis Bouchard

Replace format() by %s % syntax

2911. By Louis Bouchard

Implement multiple key extract : rename to extract_keys

Modify the extract_keys() method to receive keys to extract
in as a list of elements. It will sequentially extract the listed
binary elements present in the list passed as argument.

It will throw a ValueError if some of the keys are not in binary
and will issue a KeyError if some keys are not in the report.

Adapt apport-unpack accordingly and add unit tests

2910. By Louis Bouchard

Remove unneeded initialization

2909. By Louis Bouchard

Add assertRaises tests for exception handling in extract_key

2908. By Louis Bouchard

Rework the extract_key logic to simplify

Previous logic was a straight copy from the load method.
Revisit to remove unneeded complexity

2907. By Louis Bouchard

Lump similar tests in one loop

2906. By Louis Bouchard

Replace some assertEquals by assertFalse

2905. By Louis Bouchard

Remove unneeded modifications to report

2904. By Louis Bouchard

Remove seek(0) in extract_key method

Adapt test and fix apport-unpack accordingly

2903. By Louis Bouchard

Remove py3 incompatibility

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~apport-hackers/apport/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers