jrperritt | c8f12c6 | 2016-10-11 11:29:10 -0500 | [diff] [blame] | 1 | // compute_extensions_volumeattach_v2 |
| 2 | package testing |
| 3 | |
Sreekanth Pothanis | 07400f3 | 2015-09-08 00:26:14 -0700 | [diff] [blame] | 4 | /* |
Jon Perritt | 3860b51 | 2016-03-29 12:01:48 -0500 | [diff] [blame] | 5 | Package testing holds fixtures (which imports testing), |
Sreekanth Pothanis | 07400f3 | 2015-09-08 00:26:14 -0700 | [diff] [blame] | 6 | so that importing volumeattach package does not inadvertently import testing into production code |
| 7 | More information here: |
Jon Perritt | 27249f4 | 2016-02-18 10:35:59 -0600 | [diff] [blame] | 8 | https://github.com/gophercloud/gophercloud/issues/473 |
Sreekanth Pothanis | 07400f3 | 2015-09-08 00:26:14 -0700 | [diff] [blame] | 9 | */ |