We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0844d commit 47a4551Copy full SHA for 47a4551
qiita_client/tests/test_qiita_client.py
@@ -385,6 +385,17 @@ def test_artifact_and_preparation_files(self):
385
self.assertEqual(fobs, fexp)
386
self.assertEqual(piobs.shape, (2, 1))
387
388
+ def test_fetch_file_from_central(self):
389
+ self.tester._plugincoupling = 'filesystem'
390
+
391
+ ainfo = self.tester.get("/qiita_db/artifacts/%s/" % 1)
392
+ print("STEFAN", ainfo)
393
394
+ # fp_query = '/home/runner/work/qiita/qiita/qiita_db/support_files/
395
+ # test_data/templates/FASTA_QUAL_preprocessing_sample_template.txt'
396
+ # fp_res = fetch_file_from_central('')
397
+ pass
398
399
400
if __name__ == '__main__':
401
main()
0 commit comments