I had issues getting the tests working due to the go module having a replace directive, but not a requires directive. Running a go get for each module after writing the files works to get the tests to run. I'll put up a pr for that change after I verify it a bit more.