File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
qiita_pet/handlers/cloud_handlers/tests Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 11from unittest import main
22from os .path import exists , basename
33from os import remove
4- import sys
54import filecmp
65
76from qiita_db .handlers .tests .oauthbase import OauthTestingBase
@@ -25,14 +24,9 @@ def test_get(self):
2524 self .assertEqual (obs .status_code , 403 )
2625 self .assertIn ('The requested file is not present' , obs .reason )
2726
28- print ("STEFAN" ,
29- endpoint + base_data_dir [1 :] +
30- '/raw_data/FASTA_QUAL_preprocessing.fna' )
3127 obs = self .get_authed (
3228 endpoint + base_data_dir [1 :] +
3329 '/raw_data/FASTA_QUAL_preprocessing.fna' )
34- print ("STEFAN2" , obs .reason )
35- print ("STFAN3" , obs .__dict__ )
3630 self .assertEqual (obs .status_code , 200 )
3731 self .assertIn ('FLP3FBN01ELBSX length=250 xy=1766_01' , str (obs .content ))
3832
You can’t perform that action at this time.
0 commit comments