|
6 | 6 | <ProjectGuid>{25b2c65a-0553-4452-8907-8b5b17544e68}</ProjectGuid>
|
7 | 7 | <ProjectHome>
|
8 | 8 | </ProjectHome>
|
9 |
| - <StartupFile>tests\create_credentials_file.py</StartupFile> |
| 9 | + <StartupFile>tests\doctest_tableservice.py</StartupFile> |
10 | 10 | <WorkingDirectory>.</WorkingDirectory>
|
11 | 11 | <OutputPath>.</OutputPath>
|
12 | 12 | <Name>azure</Name>
|
|
182 | 182 | <Compile Include="azure-_core\setup.py" />
|
183 | 183 | <Compile Include="azure\setup.py" />
|
184 | 184 | <Compile Include="setup.py" />
|
185 |
| - <Compile Include="tests\mgmtutil.py" /> |
| 185 | + <Compile Include="tests\common_auth.py"> |
| 186 | + <SubType>Code</SubType> |
| 187 | + </Compile> |
| 188 | + <Compile Include="tests\common_extendedtestcase.py"> |
| 189 | + <SubType>Code</SubType> |
| 190 | + </Compile> |
| 191 | + <Compile Include="tests\legacy_mgmt_settings_real.py"> |
| 192 | + <SubType>Code</SubType> |
| 193 | + </Compile> |
| 194 | + <Compile Include="tests\mgmt_settings_fake.py" /> |
| 195 | + <Compile Include="tests\mgmt_settings_real.py"> |
| 196 | + <SubType>Code</SubType> |
| 197 | + </Compile> |
| 198 | + <Compile Include="tests\mgmt_testcase.py" /> |
186 | 199 | <Compile Include="tests\blob_performance.py" />
|
187 |
| - <Compile Include="tests\clean.py" /> |
188 | 200 | <Compile Include="tests\create_credentials_file.py" />
|
189 | 201 | <Compile Include="tests\doctest_blobservice.py" />
|
190 | 202 | <Compile Include="tests\doctest_queueservice.py" />
|
|
194 | 206 | <Compile Include="tests\loader.py">
|
195 | 207 | <SubType>Code</SubType>
|
196 | 208 | </Compile>
|
197 |
| - <Compile Include="tests\testutil.py" /> |
| 209 | + <Compile Include="tests\legacy_mgmt_testcase.py" /> |
| 210 | + <Compile Include="tests\legacy_mgmt_settings_fake.py" /> |
| 211 | + <Compile Include="tests\storage_testcase.py" /> |
| 212 | + <Compile Include="tests\servicebus_testcase.py"> |
| 213 | + <SubType>Code</SubType> |
| 214 | + </Compile> |
| 215 | + <Compile Include="tests\servicebus_settings_real.py" /> |
| 216 | + <Compile Include="tests\servicebus_settings_fake.py"> |
| 217 | + <SubType>Code</SubType> |
| 218 | + </Compile> |
| 219 | + <Compile Include="tests\storage_settings_real.py" /> |
| 220 | + <Compile Include="tests\storage_settings_fake.py"> |
| 221 | + <SubType>Code</SubType> |
| 222 | + </Compile> |
| 223 | + <Compile Include="tests\common_recordingtestcase.py" /> |
198 | 224 | <Compile Include="tests\test_legacy_mgmt_affinitygroup.py" />
|
199 | 225 | <Compile Include="tests\test_mgmt_compute.py" />
|
200 | 226 | <Compile Include="tests\test_mgmt_network.py" />
|
|
314 | 340 | <Content Include="README.rst" />
|
315 | 341 | <Content Include="optional-requirements.txt" />
|
316 | 342 | <Content Include="requirements.txt" />
|
317 |
| - <Content Include="tests\azurecredentials_sample.json" /> |
318 | 343 | <Content Include="tests\coverage.bat" />
|
319 | 344 | <Content Include="tests\coverage_x64.bat" />
|
320 | 345 | <Content Include="tests\data\testhd" />
|
321 | 346 | <Content Include="tests\data\WindowsAzure1.cspkg" />
|
322 |
| - <Content Include="tests\recordings\test_mgmt_compute.test_availability_sets.yaml" /> |
323 |
| - <Content Include="tests\recordings\test_mgmt_compute.test_usage.yaml" /> |
324 |
| - <Content Include="tests\recordings\test_mgmt_compute.test_vms_with_image_reference.yaml" /> |
325 |
| - <Content Include="tests\recordings\test_mgmt_compute.test_vms_with_source_image.yaml" /> |
326 |
| - <Content Include="tests\recordings\test_mgmt_compute.test_vm_extensions.yaml" /> |
327 |
| - <Content Include="tests\recordings\test_mgmt_compute.test_vm_sizes.yaml" /> |
328 |
| - <Content Include="tests\recordings\test_mgmt_network.test_dns_availability.yaml" /> |
329 |
| - <Content Include="tests\recordings\test_mgmt_network.test_network_security_groups.yaml" /> |
330 |
| - <Content Include="tests\recordings\test_mgmt_network.test_public_ip_addresses.yaml" /> |
331 |
| - <Content Include="tests\recordings\test_mgmt_network.test_subnets.yaml" /> |
332 |
| - <Content Include="tests\recordings\test_mgmt_network.test_virtual_networks.yaml" /> |
333 |
| - <Content Include="tests\recordings\test_mgmt_resource.test_providers.yaml" /> |
334 |
| - <Content Include="tests\recordings\test_mgmt_resource.test_resource_groups.yaml" /> |
335 |
| - <Content Include="tests\recordings\test_mgmt_storage.test_storage_accounts.yaml" /> |
336 | 347 | <Content Include="tests\run" />
|
337 | 348 | <Content Include="tests\run-legacy-mgmt.bat" />
|
338 | 349 | <Content Include="tests\run-mgmt.bat" />
|
|
0 commit comments