See ./tor folder
Too start project use next commands:
make start_tarantoolafter that open another terminal and run:
go run src/main.goTo run tests start tarantool as described above and run make tests
Current version of tests is not good enough, so do
make cleanevery time you run it