Skip to content

Commit 40c7c8a

Browse files
committed
run all devserver tests
1 parent 0f7f3eb commit 40c7c8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def test_cli(session):
320320
_install_test_deps(session)
321321
session.install(".[cli]")
322322
session.install("httpx") # Required for starlette.testclient
323-
_run_tests(session, "braintrust/devserver/test_server_integration.py")
323+
_run_tests(session, DEVSERVER_DIR)
324324

325325

326326
@nox.session()

0 commit comments

Comments
 (0)