mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 13:47:19 +08:00
8 lines
479 B
Plaintext
8 lines
479 B
Plaintext
OpenHands is an automated AI software engineer. It is a repo with a Python backend
|
|
(in the `openhands` directory) and typescript frontend (in the `frontend` directory).
|
|
|
|
- Setup: To set up the repo, including frontend/backend you can `make build`
|
|
- Backend Testing: All tests are in `tests/unit/test_*.py`. To test new code, you
|
|
can do `poetry run pytest tests/unit/test_xxx.py` where `xxx` is the appropriate
|
|
file for the current functionality. Write all tests with pytest.
|