File: README.md

package info (click to toggle)
python-azure 20250603%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 851,724 kB
  • sloc: python: 7,362,925; ansic: 804; javascript: 287; makefile: 195; sh: 145; xml: 109
file content (16 lines) | stat: -rw-r--r-- 673 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# azure-sdk-tools `integration` tests

## Integration with the repo

These tests are within the `integration` folder because these tests are designed to run on _actual source from the repo_. Given that, these tests are guaranteed to be broken by actual code changes eventually. They are kept separate here for this exact reason.

See `test_package_discovery.py` or `proxy` folder for an examples.

## Manually created scenarios

The second category of `integration` tests are those whose scenario is created specifically for the test. Those will be present under `scenarios`.

Each folder within the `scenarios` folder will be used by one or multiple integration tests.