Skip to content

Commit

Permalink
Cleanup (removed TODO items).
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwhatcott committed Oct 14, 2013
1 parent e80a408 commit 5833d05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 91 deletions.
13 changes: 5 additions & 8 deletions reporting/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,11 @@ func newScopeResult(title string, depth int, file string, line int) *ScopeResult
}

type AssertionResult struct {
File string
Line int
Failure string
Error interface{}
Skipped bool

// TODO: I'm going to have to parse this turn it into a structure that
// can accomodate turning the file paths into urls when templated...
File string
Line int
Failure string
Error interface{}
Skipped bool
StackTrace string
}

Expand Down
20 changes: 0 additions & 20 deletions web/README.md

This file was deleted.

59 changes: 0 additions & 59 deletions web/server/integration_test.py

This file was deleted.

4 changes: 0 additions & 4 deletions web/server/tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ import (
)

func reactToChanges() {
// TODO: encapsulate in a struct to reduce parameter passing (and facilitate testing?)

busy := true
ready := make(chan bool)

Expand Down Expand Up @@ -75,8 +73,6 @@ func watchRemoved(event *fsnotify.FileEvent) bool {
}

func runTests(done chan bool) {
// TODO: encapsulate in a struct to avoid parameter passing (and facilitate testing?)

updateWatch(rootWatch)
input, output := make(chan string), make(chan *TestPackage)
spawnTestExecutors(input, output)
Expand Down

0 comments on commit 5833d05

Please sign in to comment.