Add a test runner and 2 very simple tests for agents

This commit is contained in:
Ashwin Bharambe 2024-09-19 12:05:36 -07:00
parent 543222ac39
commit abb43936ab
9 changed files with 243 additions and 5 deletions

View file

@ -14,6 +14,8 @@ ignore =
# shebang has extra meaning in fbcode lints, so I think it's not worth trying
# to line this up with executable bit
EXE001,
# random naming hints don't need
N802,
# these ignores are from flake8-bugbear; please fix!
B007,B008,B950
optional-ascii-coding = True