victorteokw / graphql-joker

GraphQL Joker is the ultimate GraphQL scaffolding tool.
GNU General Public License v3.0
74 stars 9 forks source link

create model tests for generated model #15

Closed victorteokw closed 6 years ago

victorteokw commented 6 years ago
describe User
  describe fields
    describe name
      it exists
      it is unique
      it matches the format
      it has a length no more than 50
      it is required
      it is required
victorteokw commented 6 years ago

A lot of work is going on here https://github.com/zhangkaiyulw/mexpect

victorteokw commented 6 years ago

Let's not focus on test generation, or provide empty test files. Close this for now.