Commit Graph

9 Commits

Author SHA1 Message Date
Gulshan Singh 9427727485
Update developer docs (#1303) 2022-10-20 10:15:48 -07:00
Gulshan Singh bb342a9286
GDB Refactor [18/N]: Move proc to gdblib/proc.py (#1247) 2022-10-08 16:00:53 -07:00
disconnect3d d8a62f1120 Cleanup: remove ParsedCommand and fix search help string 2022-09-30 02:18:00 +02:00
Disconnect3d 301012abf2
Py3k (#817)
* Py3k

* Dont run py2 on CI

* Don't launch futurize on CI

* Move to latest isort options

* Modernize imports (isort>=5)

* Fix removed jump dir
2020-08-15 21:27:47 +02:00
Hye Sung Jung ecae891968 fix spelling errors (#699) 2020-01-28 16:42:53 +01:00
Benedikt Werner 399eb3137c Improve behavior without IDA Pro (#442)
* Improve behavior without IDA Pro

* Fix import order

* Improved IDA Pro behaviour more

* Added only_after_first_prompt decorator

* Removed newline after import

* Added documentation

* Improved docstring
2018-04-24 13:39:23 +07:00
Disconnect3d e225ba9f64
Tests framework (#375)
* Add prototype of unit tests for pwndbg

* Add test for pwndbg [filter]

* Fix isort, e2e tests, add pytest requirement

* Add comment about not handling exceptions for unittests

* Fixes after rebase

* Fix test_loads_without_crashing

* e2e tests: no colors & loading pwndbg tests

* Fix isort

* Add example of no file loaded test

* Move tests to unit_tests, add binary, add memory tests

* Isort fixes

* Move from e2e/unit tests to tests

* Add info about tests to DEVELOPING.md

* Fix tests

* review fixes

* commands filtering test: check for contents, not for equality

* Add tests launcher bash script

* Change tests launcher name from unittests to pytests

* Cleanup; better test file paths

* Add theme param to disable colors

* Better test_loads

* Skip some tests locally that can run on travis

* Fix test_loads according to travis

* Fix travis tests
2018-04-05 04:10:23 +07:00
Zach Riggle 06bb87bd56
Update DEVELOPING.md 2018-01-18 13:34:11 -06:00
Disconnect3d 2a9149b96b
Add developer notes (#405) 2018-01-18 08:54:00 +01:00