phylotastic / phylo_webservices

This repository contains all Web Services that NMSU team created
1 stars 0 forks source link

remove tryphy dependency #69

Closed arlin closed 6 years ago

arlin commented 6 years ago

Some of the files in the web services test suite depend on source files in a separate repo, the tryphy repo. We want to remove this dependency.

In each case, identify the source file in the test code, copy it into the webservices repo, then rewrite the test so that it points to the new copy. I did a grep on "tryphy" and there are only two files like this:

abusalehmdtayeen commented 6 years ago

Done.

arlin commented 6 years ago

thanks, @abusalehmdtayeen. Is this test (test_large_input) being skipped in regular QOS testing? I think we can skip it for CI but it ought to be included in QOS monitoring.

arlin commented 6 years ago

I'm closing this but I will raise the issue about QOS vs. CI in the chat room.