Skip to content

Commit 01848ea

Browse files
committed
rna
1 parent 844f876 commit 01848ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/rnaTest.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def testMethod():
2020
return False
2121

2222
test.test = testMethod
23-
test.description = lambda: "'check_input' works correctly."
23+
test.description = lambda: "'check_input' works correctly"
2424

2525

2626
@t.test(1)
@@ -35,7 +35,7 @@ def testMethod():
3535
return False
3636

3737
test.test = testMethod
38-
test.description = lambda: "'transcribe_dna_to_rna' works correctly."
38+
test.description = lambda: "'transcribe_dna_to_rna' works correctly (with any combination of upper/lower case input)"
3939

4040

4141
@t.test(2)
@@ -48,7 +48,7 @@ def testMethod():
4848
return False
4949

5050
test.test = testMethod
51-
test.description = lambda: "'convert_to_list' works correctly."
51+
test.description = lambda: "'convert_to_list' works correctly"
5252

5353

5454
@t.test(3)
@@ -61,4 +61,4 @@ def testMethod():
6161
return False
6262

6363
test.test = testMethod
64-
test.description = lambda: "'convert_to_string' works correctly."
64+
test.description = lambda: "'convert_to_string' works correctly"

0 commit comments

Comments
 (0)