Hw0 integration tests

Hw0 integration tests

by Cristina Basescu -
Number of replies: 0

Dear all,

We are pushing the integration tests to the master branch of each of your repositories (some already updated, some underway). The update touches 6 files:  

gossip/bingossip.go
 , 
gossip/bingossip_test.go
 , 
gossip/hw0
 , 
gossip/hw0.osx
 ,
.gitlab_ci.yml and README.md. 
You can simply pull the master branch into your own branch, there will normally be no conflicts.

You can find the integration tests in under gossip/bingossip_test.go. The CI should seamlessly run the tests for you on gitlab.

The README.md file contains more information about the test structure, as well as how to run the tests locally.

Let us know if you've got any questions or concerns.

Best regards,

The CS-438 team