note failing tests

main
bel 2023-10-15 10:49:15 -06:00
parent 27533522c7
commit e4305e92a0
3 changed files with 37 additions and 8 deletions

View File

@ -1,8 +1,3 @@
module github.com/digits/WorkSample-Go module github.com/digits/WorkSample-Go
go 1.13 go 1.13
require (
github.com/stretchr/testify v1.4.0
golang.org/x/text v0.3.2
)

View File

View File

@ -1,8 +1,31 @@
todo: todo:
- review readme tail to finish // answer 3 questions, gofmt - review readme tail to finish // answer 3 questions, gofmt
- start 3h timer - todo: go test
- go 1.13 // i have 1.21 subtasks:
- more in analyzer_test.go - my `go mod tidy` actually cleared `go.mod` file, probably weird localhost backwards
compatilble stuff
- TestFormatUSD
- TestFormatUSD/zero
- TestFormatUSD/positive
- TestFormatUSD/negative
- TestFormatUSD/large
- TestTransaction_String
- TestTransaction_String/MCCOLLOMS_INC
- TestTransaction_String/QUANTUM_ELECTRIC_INC
- TestTransaction_String/MARRIOTT_33716_NEW_ORLEAN
- TestAnalyzer_TransctionsSum
- TestAnalyzer_LargestTransaction
- TestAnalyzer_DuplicatesExcluded
- TestAnalyzer_GroupByCategory
- TestAnalyzer_BigSpendersReport
- TestAnalyzer_TransactionsFromURLs
- TestAnalyzer_TransactionsFromURLsConcurrent
- todo: analyzer_test.go
subtasks:
- tdd because cicd because no qa or ops
- fix failing `go test`
- fix tests in order pro tip
- analyzer_test.go is OK
scheduled: [] scheduled: []
done: done:
- todo: hello world - todo: hello world
@ -25,3 +48,14 @@ done:
- go 1.13 // i have 1.21 - go 1.13 // i have 1.21
- more in analyzer_test.go - more in analyzer_test.go
ts: Sun Oct 15 10:45:52 MDT 2023 ts: Sun Oct 15 10:45:52 MDT 2023
- todo: start 3h timer
ts: Sun Oct 15 10:46:19 MDT 2023
- todo: go 1.13 // i have 1.21
ts: Sun Oct 15 10:46:19 MDT 2023
- todo: more in analyzer_test.go
ts: Sun Oct 15 10:47:33 MDT 2023
- todo: go test
subtasks:
- my `go mod tidy` actually cleared `go.mod` file, probably weird localhost backwards
compatilble stuff
ts: Sun Oct 15 10:49:10 MDT 2023