Nir
Nir
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...
- [ ] 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.
- [ ] reshape actions to be reused for the automatic guiless upload Signed-off-by: Nir Izraeli
Make releasing easy: - [x] Sanity-checks - checkout is clean - branch is master - branch is in sync with origin - [x] build packages - [ ] bump versions...