Skip to content

Commit

Permalink
Add TODO about restoring tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
cassierecher committed Aug 9, 2019
1 parent a042e16 commit b37aa8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions claat/fetch/fetch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ func (tt *testTransport) RoundTrip(r *http.Request) (*http.Response, error) {
return tt.roundTripper(r)
}

// TODO: add tests of core functionality.
// Must be able to fake out disk access, which probably involves a refactor focused on dependency injection?

func TestGdocID(t *testing.T) {
tests := []struct{ in, out string }{
{"https://docs.google.com/document/d/foo", "foo"},
Expand Down

0 comments on commit b37aa8d

Please sign in to comment.