File: STATE_OF_TESTS.md

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

Tests for this package are disabled with `disable_` file name prefixes because the package is, at the time of writing,
inactive (as is reflected by the development status in the package's `setup.py` file:
`Development Status :: 7 - Inactive`). Removing this `disable_` prefix will allow tests to get collected by `pytest` --
at that point the `pytest_sessionfinish` method in `conftest.py` can be removed.

Tests should be refactored to use the Azure SDK test proxy when a new version of this package is developed. A migration
guide explains the difference between test proxy- and `vcrpy`-based tests, as well as how to transition to the former
from the latter: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/dev/test_proxy_migration_guide.md.