summaryrefslogtreecommitdiff
path: root/test_natsort/stress_natsort.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_natsort/stress_natsort.py')
-rw-r--r--test_natsort/stress_natsort.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test_natsort/stress_natsort.py b/test_natsort/stress_natsort.py
index 7237db3..604a33d 100644
--- a/test_natsort/stress_natsort.py
+++ b/test_natsort/stress_natsort.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
"""\
-This file contains functions to stress-test natsort.
+This file contains functions to stress-test natsort, looking
+for cases that raise an unknown exception.
"""
from random import randint, sample, choice
from string import printable