Commit graph

10 commits

Author SHA1 Message Date
pre-commit-ci[bot]
d38cc5a019
[pre-commit.ci] pre-commit autoupdate (#6721)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.15.22 → v0.16.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.22...v0.16.0)

* Apply fixes

* Add values()

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kevin Phoenix <kevin@kphoenix.us>
2026-07-29 13:46:11 -07:00
Kevin Phoenix
f939c5b88c
Enable ruff isort rule (#6452)
* Enable ruff isort rule

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-06-02 14:48:07 -07:00
pre-commit-ci[bot]
79451f7cc3
[pre-commit.ci] pre-commit autoupdate (#6105)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](https://github.com/abravalheri/validate-pyproject/compare/v0.24.1...v0.25)
- [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.14...v0.15.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Apply ruff fixes

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kevin Phoenix <kevin@kphoenix.us>
2026-02-09 17:09:18 -07:00
Yan Shoshitaishvili
9f143fe7cf
adapting test cases for cle's new auto_load_libs default (#5374)
* explicitly auto_load_libs where needed

* oops
2026-01-12 15:44:12 -07:00
Kevin Phoenix
fa56ba3668
Use ruff TID252 to prevent reletive imports from parents (#4916) 2024-10-01 09:06:33 -07:00
Kevin Phoenix
ee464d0338
Adopt from __future__ import annotations (#4790) 2024-08-28 18:31:43 -07:00
Kevin Phoenix
e59b07e83c
Remove claripy ops from solver namespace (#4751)
* Remove claripy ops from solver namespace

* Remove some uses of Concat

* Revert cases where custom key kwarg is used

* Fix several tests

* Fix error in format_parser

* Revert change in format_parser.py

* Unpack SAOs in some cgc simprocs

* Remove claripy solver passthrough

* Only unpack them conditionally

* Improve lint

* Whoops

* More lint
2024-08-21 18:56:58 -07:00
Kevin Phoenix
c525f1be54
Remove z3str_popen use in test_java.py (#4716)
* Remove z3str_popen use in test_java.py

* Use z3 backend by default for string solving

* Fix wrong path to z3
2024-07-22 16:24:35 -07:00
Kevin Phoenix
4930deccad
Update test_java.py to use unittest framework (#4405)
* Update test_java.py to use unittest framework

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Improve lint

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-08 19:03:42 -07:00
Matt Borgerson
17bad29fa6 tests: Structure test files into directories
* Initial pass, loosely following angr package layout
* Many updates to use the 'common' module for binaries repo
* Some unused imports and log handlers are cleaned up
2023-09-08 16:05:33 -07:00
Renamed from tests/test_java.py (Browse further)