Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 681 Bytes

testResults.md

File metadata and controls

42 lines (22 loc) · 681 Bytes

GO CODE

=== RUN TestApplyFilter

--- PASS: TestApplyFilter (0.00s)

=== RUN TestSepiaFilter

--- PASS: TestSepiaFilter (0.00s)

=== RUN TestNegativeFilter

--- PASS: TestNegativeFilter (0.00s)

PASS

ok primitive/primitive 0.002s

harold@harold-VirtualBox:~/go_projects/src/primitive/primitive$ go test -v ./...

=== RUN TestApplyFilter

--- PASS: TestApplyFilter (0.00s)

=== RUN TestSepiaFilter

--- PASS: TestSepiaFilter (0.00s)

=== RUN TestNegativeFilter

--- PASS: TestNegativeFilter (0.00s)

PASS

ok primitive/primitive (cached)

PYTHON


Ran 1 test in 0.001s

OK