Changelog History
Page 3
-
v0.0.3 Changes
July 17, 2021๐ Features
- ๐คก mock-input-strings: add more email addresses
-
v0.0.2 Changes
July 14, 2021๐ Features
- ๐คก mock-inputs-string: add
Long
test set
โ Test
- ๐คก mock-input-strings: add tests for
Limit
- ๐คก mock-inputs-string: add
-
v0.0.1 Changes
July 13, 2021๐ Features
- only show difference if the objects are named
Expected
andActual
- โ add
Getter
and assertion methods - โ add integer mocking
- โ add difference to failure messages that have two objects
- โ add line numbers to failure messages
- โ add
Use.Assert.KindOf
andUse.Assert.NotKindOf
- โ add float64 mocking
- โ add
Use.Assert.Number
andUse.Assert.NotNumber
- โ add more styling to test errors
- upload code
- assert: add
CompletesIn
andNotCompletesIn
- assert: add
Nil
andNotNil
assertions - assert: add
Panic
andNotPanic
- assert: add
NoError
- assert: add
Greater
andLess
- assert: add
Contains
- capture: add
Stderr
- capture: add
Stdout
- ๐คก mock: add boolean mockings
- ๐คก mock-ints: add
GenerateRandomRange
- ๐คก mock-strings: add numeric strings set
- ๐คก mock-strings: add email addresses and empty string sets
๐ Bug Fixes
- check both errors
- check both errors
- ๐ fix failure objects with no
DataStyle
- โ remove blank line at the end of failure messages
- ๐ fix Assert naming
โ Test
- โ
do nothing in
NotPanic
test - assert: try to fix macOS weirdness
- assert: more buffer for
NotCompletesIn
test - assert: add
True
andFalse
tests - ๐คก mock-string: add tests to
GenerateRandom
๐จ Code Refactoring
- tidy project
- โ
rename
testingT
totestRunner
- ๐ move input mocking methods to
Use.Mock.Inputs
- โ add easier methods for unknown objects
- ๐ move from atomicgo to MarvinJWendt
- export Helper structs
- โ add
Use
variable andcustom_readme
setting - โ remove unused import alias
- โ add errors.go
- โ
replace all
testutil
withtestza
- ๐ change import path to
testza
- ๐ change package name to
testza
- ๐คก rename
Input
toMock
- set up template
- assert: rename
Number
toNumeric
- internal: rewrite
Fail
for a nicer output
๐ [Unreleased]: https://github.com/MarvinJWendt/testza/compare/v0.3.2...HEAD โ [v0.3.2]: https://github.com/MarvinJWendt/testza/compare/v0.3.1...v0.3.2 โ [v0.3.1]: https://github.com/MarvinJWendt/testza/compare/v0.3.0...v0.3.1 โ [v0.3.0]: https://github.com/MarvinJWendt/testza/compare/v0.2.15...v0.3.0 โ [v0.2.15]: https://github.com/MarvinJWendt/testza/compare/v0.2.14...v0.2.15 โ [v0.2.14]: https://github.com/MarvinJWendt/testza/compare/v0.2.13...v0.2.14 โ [v0.2.13]: https://github.com/MarvinJWendt/testza/compare/v0.2.12...v0.2.13 โ [v0.2.12]: https://github.com/MarvinJWendt/testza/compare/v0.2.11...v0.2.12 โ [v0.2.11]: https://github.com/MarvinJWendt/testza/compare/v0.2.10...v0.2.11 โ [v0.2.10]: https://github.com/MarvinJWendt/testza/compare/v0.2.9...v0.2.10 โ [v0.2.9]: https://github.com/MarvinJWendt/testza/compare/v0.2.8...v0.2.9 โ [v0.2.8]: https://github.com/MarvinJWendt/testza/compare/v0.2.7...v0.2.8 โ [v0.2.7]: https://github.com/MarvinJWendt/testza/compare/v0.2.6...v0.2.7 โ [v0.2.6]: https://github.com/MarvinJWendt/testza/compare/v0.2.5...v0.2.6 โ [v0.2.5]: https://github.com/MarvinJWendt/testza/compare/v0.2.4...v0.2.5 โ [v0.2.4]: https://github.com/MarvinJWendt/testza/compare/v0.2.3...v0.2.4 โ [v0.2.3]: https://github.com/MarvinJWendt/testza/compare/v0.2.2...v0.2.3 โ [v0.2.2]: https://github.com/MarvinJWendt/testza/compare/v0.2.1...v0.2.2 โ [v0.2.1]: https://github.com/MarvinJWendt/testza/compare/v0.2.0...v0.2.1 โ [v0.2.0]: https://github.com/MarvinJWendt/testza/compare/v0.1.0...v0.2.0 โ [v0.1.0]: https://github.com/MarvinJWendt/testza/compare/v0.0.3...v0.1.0 โ [v0.0.3]: https://github.com/MarvinJWendt/testza/compare/v0.0.2...v0.0.3 โ [v0.0.2]: https://github.com/MarvinJWendt/testza/compare/v0.0.1...v0.0.2
- only show difference if the objects are named