Skip to content

Commit 784a811

Browse files
committed
Update module docstring for clarity and context in large results application test
1 parent 5d0c758 commit 784a811

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

datalab/tests/features/common/large_results_app_test.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Copyright (c) DataLab Platform Developers, BSD 3-Clause license, see LICENSE file.
22

3-
""" """
3+
"""
4+
Large Results Application Test Module
5+
6+
This module contains tests for verifying that DataLab handles large result datasets
7+
efficiently and correctly.
8+
"""
49

510
# pylint: disable=invalid-name # Allows short reference names like x, y, ...
611
# guitest: show,skip

0 commit comments

Comments
 (0)