File: control

package info (click to toggle)
python-cloudflare 2.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: python: 6,932; makefile: 138; sh: 76
file content (10 lines) | stat: -rw-r--r-- 601 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# Smoke test by hand, since the  autotest gets confused by the package
# having capitals in it
Test-Command: python3 -c 'import CloudFlare; print(CloudFlare)'
Restrictions: superficial
Features: test-name=smoke

Test-Command: python3 -m pytest ./CloudFlare/tests/test_api_dump.py ./CloudFlare/tests/test_certificates.py ./CloudFlare/tests/test_cloudflare.py ./CloudFlare/tests/test_cloudflare_calls.py ./CloudFlare/tests/test_find.py ./CloudFlare/tests/test_ips.py -k 'not test_find_zone and not test_api_from_openapi'
Depends: python3-pytest, @
Restrictions: needs-internet
Features: test-name=tests