Add TestValue_Raw
Open
good first issue
help wanted
tests
- Dominant language
- Go
- Stars
- 2.7k
- Forks
- 241
- PR merge metrics
- No merged PRs in 30d
Description
Add new test `TestValue_Raw` for `Value.Raw()` method.
It should be similar to other `_Raw` tests, like `TestObject_Raw` and `TestArray_Raw`. But unlike them, it should cover multiple data types, supported by `Value`. The full list can be borrowed from `TestValue_Getters`.
Ideally it should be table-driven test.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading TestValue_Getters for the full set of data types and compare the existing TestObject_Raw and TestArray_Raw tests. Add the table-driven TestValue_Raw test for Value.Raw(), covering those types, and confirm the test passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100