new tree crud test

This commit is contained in:
Bel LaPointe
2022-02-09 11:20:45 -07:00
parent ba154be6c2
commit eedb6cc6a5
4 changed files with 119 additions and 442 deletions

View File

@@ -1,15 +1,6 @@
package main
import (
"bytes"
"encoding/json"
"net/http"
"net/http/httptest"
"path"
"strings"
"testing"
)
/*
func TestServerRoutes(t *testing.T) {
server := NewServer(t.TempDir())
if err := server.Routes(); err != nil {
@@ -198,3 +189,4 @@ func TestServerPutTreeGetFile(t *testing.T) {
}
})
}
*/