github.com/gophercloud/gophercloud@v1.11.0/script/unittest (about)

     1  #!/bin/bash
     2  #
     3  # Run the unit tests.
     4  
     5  # Do extra rounds of testing to help identify reauth concurrency issues.
     6  # All other packages are tested in the `coverage` tests.
     7  go test -v -race -count=5 ./testing