Skip to content

Commit 3971015

Browse files
committed
rename end-to-end tests to output tests
Signed-off-by: Sophie du Couédic <[email protected]>
1 parent 6a0711d commit 3971015

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/.nav.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ nav:
1919
- Contributing: contributing/README.md
2020
- Continuous Batching:
2121
- Tests:
22-
- End-to-End: contributing/continuous_batching/tests/e2e_testing.md
22+
- Output Tests: contributing/continuous_batching/tests/output_tests.md
2323
- Step-by-Step: contributing/continuous_batching/tests/scheduling_inference_steps.md
2424
- Other Tests: contributing/continuous_batching/tests/other_tests.md
2525

@@ -38,6 +38,6 @@ nav:
3838
- Contributing: contributing/README.md
3939
- Continuous Batching:
4040
- Tests:
41-
- End-to-End: contributing/continuous_batching/tests/e2e_testing.md
41+
- Output Tests: contributing/continuous_batching/tests/output_tests.md
4242
- Step-by-Step: contributing/continuous_batching/tests/scheduling_inference_steps.md
4343
- Other Tests: contributing/continuous_batching/tests/other_tests.md

docs/contributing/continuous_batching/tests/other_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Other tests
1+
# Other Tests
22

33
!!! note
44
Unless otherwise specified, all the continuous batching tests are running with `max_model_len=256`

docs/contributing/continuous_batching/tests/e2e_testing.md renamed to docs/contributing/continuous_batching/tests/output_tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# End output correctness tests
1+
# Output Tests
22

33
!!! note
44
Unless otherwise specified, all the continuous batching tests are running with `max_model_len=256`

0 commit comments

Comments
 (0)