SamuraiAku / SPDX.jl

Provides for the creation, reading and writing of SPDX files in multiple file formats. Written in pure Julia.
MIT License
5 stars 1 forks source link

Complete tests #5

Closed SamuraiAku closed 1 year ago

SamuraiAku commented 2 years ago

Make a test for every type. Demonstrate that an object created from JSON and TagValue data produces the same result as an object created directly.

SamuraiAku commented 1 year ago

Done.