Make integration tests use go1.7+ nested tests #2154

* Removed generated code and code generator
  * Updated docs on how to write integration tests
  * Tidied up the actual integration tests
This commit is contained in:
Nick Craig-Wood
2018-04-08 15:04:14 +01:00
parent 42f0963bf9
commit 0fa700b3cf
27 changed files with 1129 additions and 2615 deletions
-3
View File
@@ -193,9 +193,6 @@ startdev:
echo -e "package fs\n\n// Version of rclone\nvar Version = \"$(LAST_TAG)-DEV\"\n" | gofmt > fs/version.go
git commit -m "Start $(LAST_TAG)-DEV development" fs/version.go
gen_tests:
cd fstest/fstests && go generate
winzip:
zip -9 rclone-$(TAG).zip rclone.exe