././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1749067128.169696 webtest-3.0.6/0000755000175000017500000000000015020122570012207 5ustar00gawelgawel././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1749067127.0 webtest-3.0.6/.coveragerc0000644000175000017500000000045415020122567014341 0ustar00gawelgawel[run] include = */webtest/*.py omit = */tests* */docs/*.py */site-packages* */lib/python* */lib-python* */lib_pypy* */src* [report] exclude_lines = pragma: no cover def __repr__ raise NotImplementedError if __name__ == .__main__.: def parse_args ././@PaxHeader0000000000000000000000000000003400000000000010212 xustar0028 mtime=1749067128.1656961 webtest-3.0.6/.github/0000755000175000017500000000000015020122570013547 5ustar00gawelgawel././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1749067128.169696 webtest-3.0.6/.github/ISSUE_TEMPLATE/0000755000175000017500000000000015020122570015732 5ustar00gawelgawel././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1749067127.0 webtest-3.0.6/.github/ISSUE_TEMPLATE/bug_report.md0000644000175000017500000000135415020122567020435 0ustar00gawelgawel--- name: Bug Report about: Create a report to help us improve --- ## Get Support To get help or technical support, see [Get Support](https://pylonsproject.org/community-support.html). ## Bug Report Please [search the issue tracker](https://github.com/Pylons/webtest/issues) for similar issues before submitting a new issue. **Describe the bug** A clear and concise description of the bug. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain the issue. **Additional context** Add any other context about the issue here. ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1749067127.0 webtest-3.0.6/.github/ISSUE_TEMPLATE/documentation.md0000644000175000017500000000136115020122567021134 0ustar00gawelgawel--- name: Documentation Suggestion about: Create an issue to improve our documentation --- ## Get Support To get help or technical support, see [Get Support](https://pylonsproject.org/community-support.html). ## Documentation Suggestion Please [search the issue tracker](https://github.com/Pylons/webtest/issues) for similar issues before submitting a new issue. **Describe the issue** A clear and concise description of the issue. **Include references** 1. Go to the URL '...' 2. Click on '....' 3. Scroll down to '....' **Describe the improvement** A clear and concise description of your suggestion. **Screenshots** If applicable, add screenshots to help explain the issue. **Additional context** Add any other context about the issue here. ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1749067127.0 webtest-3.0.6/.github/ISSUE_TEMPLATE/feature_request.md0000644000175000017500000000146715020122567021475 0ustar00gawelgawel--- name: Feature Request about: Suggest an idea for this project --- ## Get Support To get help or technical support, see [Get Support](https://pylonsproject.org/community-support.html). ## Feature Request Please [search the issue tracker](https://github.com/Pylons/webtest/issues) for similar issues before submitting a new issue. **Is your feature request related to an issue? Please describe.** A clear and concise description of the issue. Example: "I'm always frustrated when [...]". **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. ././@PaxHeader0000000000000000000000000000003300000000000010211 xustar0027 mtime=1749067128.169696 webtest-3.0.6/.github/workflows/0000755000175000017500000000000015020122570015604 5ustar00gawelgawel././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1749067127.0 webtest-3.0.6/.github/workflows/ci-tests.yml0000644000175000017500000000420515020122567020071 0ustar00gawelgawelname: Build and test on: # Build on pushes to main push: branches: - main tags: # Build pull requests pull_request: jobs: test: strategy: matrix: py: - "3.9" - "3.10" - "3.11" - "3.12" os: - "ubuntu-latest" - "windows-latest" # - "macos-latest" pip crash on macos architecture: - x64 - x86 exclude: # Linux and macOS don't have x86 python - os: "ubuntu-latest" architecture: x86 - os: "macos-latest" architecture: x86 name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}" runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v5 with: python-version: ${{ matrix.py }} architecture: ${{ matrix.architecture }} - run: pip install tox - name: Running tox run: tox -e py coverage: runs-on: ubuntu-latest name: Validate coverage # Assume coverage is identical across supported versions of Python. # Choose the latest Python. steps: - uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v5 with: python-version: 3.12 architecture: x64 - run: pip install tox - run: tox -e py312,coverage docs: runs-on: ubuntu-latest name: Build the documentation steps: - uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v5 with: python-version: 3.12 architecture: x64 - run: pip install tox - run: tox -e docs ././@PaxHeader0000000000000000000000000000002600000000000010213 xustar0022 mtime=1749067127.0 webtest-3.0.6/CHANGELOG.rst0000644000175000017500000004166015020122567014245 0ustar00gawelgawelNews ==== 3.0.6 (2025-06-04) ------------------ - Fix a bug that inputs outside of a ``
`` tag were considered belonging to that form because they had a HTML representation identical to some input inside that ````. 3.0.5 (2025-06-04) ------------------ - Strip ``