We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed75e9d commit 3da78e9Copy full SHA for 3da78e9
noxfile.py
@@ -193,7 +193,7 @@ def run_base_tests(session):
193
print("Running basic tests")
194
session.chdir(os.path.join(TOP_DIR, "tests/py"))
195
tests = [
196
- "api/test_e2e_behavior.py",
+ "api",
197
"integrations/test_to_backend_api.py",
198
]
199
for test in tests:
@@ -371,7 +371,7 @@ def l0_dla_tests(session):
371
372
@nox.session(python=SUPPORTED_PYTHON_VERSIONS, reuse_venv=True)
373
def l1_model_tests(session):
374
- """When a developer needs to check correctness for a PR or something"""
+ """When a user needs to test the functionality of standard models compilation and results"""
375
run_l1_model_tests(session)
376
377
0 commit comments