File: unittest

package info (click to toggle)
golang-github-gophercloud-gophercloud 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,416 kB
  • sloc: sh: 99; makefile: 21
file content (7 lines) | stat: -rwxr-xr-x 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash
#
# Run the unit tests.

# Do extra rounds of testing to help identify reauth concurrency issues.
# All other packages are tested in the `coverage` tests.
go test -v -race -count=5 ./testing