Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: martin-majlis/Wikipedia-API
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: martin-majlis/Wikipedia-API
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 6 commits
  • 101 files changed
  • 2 contributors

Commits on Mar 28, 2026

  1. Migrate Wikipedia-API from unittest to pytest (#514)

    * Switch to pytest
    
    * Fix tox config
    
    * Fix failing test for MacOS and Python 3.10
    
    * Convert few more files
    
    * Migrate test files from unittest to pytest
    
    - Migrated 11 test files from unittest to pytest
    - Converted unittest.TestCase classes to plain classes with pytest fixtures
    - Replaced all self.assert* methods with standard assert statements
    - Fixed pytest.raises usage and exception access patterns
    - All tests passing successfully
    
    Files migrated:
    - query_errors_test.py
    - query_submodules_test.py
    - async_http_client_test.py
    - async_wikipedia_page_test.py
    - http_client_test.py
    - wikipedia_test.py
    - wikipedia_page_test.py
    - wikipedia_page_section_test.py
    - extract_wiki_format_test.py
    - extract_html_format_test.py
    - search_enums_test.py
    
    * convert few more files
    
    * fix another batch
    martin-majlis authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    e2b7b7d View commit details
    Browse the repository at this point in the history
  2. build(deps): bump cryptography in the uv group across 1 directory (#515)

    Bumps the uv group with 1 update in the / directory: [cryptography](https://github.com/pyca/cryptography).
    
    
    Updates `cryptography` from 46.0.5 to 46.0.6
    - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
    - [Commits](pyca/cryptography@46.0.5...46.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: cryptography
      dependency-version: 46.0.6
      dependency-type: indirect
      dependency-group: uv
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    c20bcbe View commit details
    Browse the repository at this point in the history
  3. Split files into smaller ones (#517)

    * Split files into smaller files
    
    * Split files
    
    * Update documentation
    martin-majlis authored Mar 28, 2026
    Configuration menu
    Copy the full SHA
    0b2019d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    240c5dd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2026

  1. Configuration menu
    Copy the full SHA
    869bc92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e03099e View commit details
    Browse the repository at this point in the history
Loading