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 1
1
from unittest import main
2
2
from os .path import exists , basename
3
3
from os import remove
4
- import sys
5
4
import filecmp
6
5
7
6
from qiita_db .handlers .tests .oauthbase import OauthTestingBase
@@ -25,14 +24,9 @@ def test_get(self):
25
24
self .assertEqual (obs .status_code , 403 )
26
25
self .assertIn ('The requested file is not present' , obs .reason )
27
26
28
- print ("STEFAN" ,
29
- endpoint + base_data_dir [1 :] +
30
- '/raw_data/FASTA_QUAL_preprocessing.fna' )
31
27
obs = self .get_authed (
32
28
endpoint + base_data_dir [1 :] +
33
29
'/raw_data/FASTA_QUAL_preprocessing.fna' )
34
- print ("STEFAN2" , obs .reason )
35
- print ("STFAN3" , obs .__dict__ )
36
30
self .assertEqual (obs .status_code , 200 )
37
31
self .assertIn ('FLP3FBN01ELBSX length=250 xy=1766_01' , str (obs .content ))
38
32
You can’t perform that action at this time.
0 commit comments