Nir

Results 39 issues of Nir

resolves #7 Signed-off-by: Nir Izraeli

do not merge

pyside.Signal doesn't natively support working with complex objects as signal callables. Often wrapping the callback with a lambda does work. This should be transparently addressed by replacing pyside's connect method...

The following items are nice-to-haves now that basic record/replay functionality is in. - [ ] replay multiple files in a single test run. - [x] support replay for python 3...

enhancement

- [ ] exception handling for virtual functions. - [ ] Qt App process events wrapper/fixture/test context

- [ ] Mockup/internal only marker - [ ] Prevent recording marker - [ ] Dialog fixture

*Doing this manually is too slow and annoying.* Using one or more of the following options: - [x] 1. Record all idapython functions being called while running in IDA, log...

Right now pytest runs in IDA's main thread. It may be beneficial to spawn a secondary thread (Qt thread? Python thread?) for pytest before starting it.

question

- [ ] reshape actions to be reused for the automatic guiless upload Signed-off-by: Nir Izraeli

WIP

Make releasing easy: - [x] Sanity-checks - checkout is clean - branch is master - branch is in sync with origin - [x] build packages - [ ] bump versions...