ipld/edelweiss

add tests for generation of empty types

Open

#10 opened on Mar 7, 2022

 (0 comments) (0 reactions) (0 assignees)Go (5 forks)auto 404
good first issuetesting

Repository metrics

Stars
 (17 stars)
PR merge metrics
 (PR metrics pending)

Description

Add tests for the corner cases of generating "empty" types where it applies:

  • structure with no fields
  • inductive with no cases
  • union with no cases
  • service with no methods
  • tuple with no slots

Contributor guide