File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -116,27 +116,27 @@ do so in the following order:
116
116
117
117
1 . Get tests of ` get_reverse ` function working:
118
118
119
- $ python3 test_translate.py TestGetReverse
119
+ $ python3 test_translate.py TestGetReverse
120
120
121
121
1 . Get tests of ` get_complement ` function working:
122
122
123
- $ python3 test_translate.py TestGetComplement
123
+ $ python3 test_translate.py TestGetComplement
124
124
125
125
1 . Get tests of ` reverse_and_complement ` function working:
126
126
127
- $ python3 test_translate.py TestReverseAndComplement
127
+ $ python3 test_translate.py TestReverseAndComplement
128
128
129
129
1 . Get tests of ` translate_sequence ` function working:
130
130
131
- $ python3 test_translate.py TestTranslateSequence
131
+ $ python3 test_translate.py TestTranslateSequence
132
132
133
133
1 . Get tests of ` get_all_translations ` function working:
134
134
135
- $ python3 test_translate.py TestGetAllTranslations
135
+ $ python3 test_translate.py TestGetAllTranslations
136
136
137
137
1 . Get tests of ` get_longest_peptide ` function working:
138
138
139
- $ python3 test_translate.py TestGetLongestPeptide
139
+ $ python3 test_translate.py TestGetLongestPeptide
140
140
141
141
142
142
** NOTE: You do NOT need to know how the tests work! You only need to add code
You can’t perform that action at this time.
0 commit comments