Skip to content

Commit

Permalink
remove methods that are out of scope for DRS v1 (#233)
Browse files Browse the repository at this point in the history
* remove create/update/delete and version methods

* remove calls to Create methods

We might want to delete the compliance test completely now that we don't have Create methods, but this should at least get the script to run.

* don't test removed methods

* remove more tests

At this point, it's pretty clear we should rethink testing completely.

* trying again to disable tests

* remove tests

Since they don't make sense now that we only have a read-only API

* restore original version

* undo edits

* comment out tests (instead of deleting them)

* remove ListBundles and ListObjects methods
  • Loading branch information
dglazer authored and briandoconnor committed Feb 26, 2019
1 parent 30c4af6 commit d544c16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 652 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ branches:

stages:
- linting
- test
# - test
# The deploy stage only has `deploy` actions which will only run on commits to master
# (and not pull requests). That said, we still explicitly skip this stage because
# if we don't, Travis will only stop execution once the build stage has already been
Expand Down Expand Up @@ -78,5 +78,5 @@ before_install:

script:
- make schemas
- nosetests python/
#- nosetests python/
- ga4gh_drs_client
Loading

0 comments on commit d544c16

Please sign in to comment.