dimanche 6 décembre 2020

How to do integration tests for a go project which involvs two different modules?

So I have this project structure

src/
    client/
        main.go
    server/
        main.go

To do integration testing on this. Would I need to put a main.go file in the src folder where I call the two other packages, and then test this main function. Or how should I do?

Aucun commentaire:

Enregistrer un commentaire