mirror of
https://git.launchpad.net/beautifulsoup
synced 2025-10-05 16:02:46 +02:00
6 lines
288 B
Plaintext
Executable File
6 lines
288 B
Plaintext
Executable File
# NOTE 20230320: This script originally ran both the Python 2 and
|
|
# Python 3 tests. Now that Beautiful Soup only supports Python 3,
|
|
# it's not very useful and I will be removing it soon. If you are
|
|
# relying on this script as part of your workflow, please speak up.
|
|
python -m pytest bs4
|