Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Mar 17, 2024
1 parent 1301a3f commit a5f1a07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
### Tests Folder

This folder contains mainly integration tests.
Hint: unit tests should remain in their respective packages (as usual).

Reasoning:
- avoid accidental use of private variables

### How to generate reference files?

See variable `enableJsonDataDump` in file `marshalling_test.go` and enable it,
to generate new JSON files. After that, you need to copy them manually into the desired folder.
to generate new JSON files. After that, you need to copy them manually into the desired folder.

0 comments on commit a5f1a07

Please sign in to comment.