This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
pwndbg
mirror of
https://github.com/pwndbg/pwndbg
Watch
1
Star
0
Fork
You've already forked pwndbg
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9a67233cd1
pwndbg
/
tests.sh
5 lines
46 B
Bash
Raw
Normal View
History
Unescape
Escape
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 05:10:23 +08:00
#!/bin/bash
Move tests/ to tests/gdb-tests/
2022-10-18 23:08:41 +08:00
cd
tests/gdb-tests
./tests.sh
$@