Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
webstradev committed Nov 26, 2022
2 parents 808a4d3 + aca2aad commit 5941634
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ The LoadedData Type which holds all the data after it has been unmarshalled from
---

## Running unit tests
Unit tests can be run using the `make unit-test` command or any of the normal testing commands for go. The advantage of using the make command is that it will install a small package called tparse which will parse the test coverage and success results into a nice table to display in the command line.
Unit tests can be run using the `make unit-test` command or any of the normal testing commands for go. The advantage of using the make command is that it will install a small package called tparse which will parse the test coverage and success results into a nice table to display in the command line:
![image](https://user-images.githubusercontent.com/82543732/204091447-2296e5b4-6b3d-4802-9f56-cec1d90c9396.png)

0 comments on commit 5941634

Please sign in to comment.