Skip to content

Commit 3da78e9

Browse files
committed
chore: Minor fix
Signed-off-by: Dheeraj Peri <[email protected]>
1 parent ed75e9d commit 3da78e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

noxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def run_base_tests(session):
193193
print("Running basic tests")
194194
session.chdir(os.path.join(TOP_DIR, "tests/py"))
195195
tests = [
196-
"api/test_e2e_behavior.py",
196+
"api",
197197
"integrations/test_to_backend_api.py",
198198
]
199199
for test in tests:
@@ -371,7 +371,7 @@ def l0_dla_tests(session):
371371

372372
@nox.session(python=SUPPORTED_PYTHON_VERSIONS, reuse_venv=True)
373373
def l1_model_tests(session):
374-
"""When a developer needs to check correctness for a PR or something"""
374+
"""When a user needs to test the functionality of standard models compilation and results"""
375375
run_l1_model_tests(session)
376376

377377

0 commit comments

Comments
 (0)