issues
search
ndidplatform
/
ndid-archive
simple ndid tendermint app
MIT License
20
stars
4
forks
source link
Add tests using Cucumber (Godog)
#24
Closed
dtinth
closed
6 years ago
dtinth
commented
6 years ago
Godog is a Cucumber implementation for go.
Using Cucumber allows us to specify the system in high-level terms.
I made
apitest
folder separate from
abci
and
api
folder so that the test is independent of actual API. But keep in same repository for ease of development.
apitest
folder separate fromabci
andapi
folder so that the test is independent of actual API. But keep in same repository for ease of development.