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: keploy/python-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0-alpha1
Choose a base ref
...
head repository: keploy/python-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 19 commits
  • 17 files changed
  • 6 contributors

Commits on Feb 27, 2024

  1. fix: shortened the test file and added README.md (#7)

    * fix: shortened the test file and added README.md
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: calculating coverage from terminal instead of library
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: made changes according to the comments
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * fix: typose
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    04b857c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. docs: handled sigterm (#8)

    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    db6aa97 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. chore: refactored for unit test integration

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    51dacf1 View commit details
    Browse the repository at this point in the history
  2. chore: add struct for populating options

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f708462 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. chore: refactored code and addressed few comments

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    8bdf47b View commit details
    Browse the repository at this point in the history
  2. chore: resolved PR commits

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c805172 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. chore: remove print statements

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e81ad2f View commit details
    Browse the repository at this point in the history
  2. change to debug level if debug==true

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ec7a0a2 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary return statement

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    16d40af View commit details
    Browse the repository at this point in the history
  4. chore: check if keploy is installed or not

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    7cf2e63 View commit details
    Browse the repository at this point in the history
  5. chore: return if binary doesn't exist

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ea59383 View commit details
    Browse the repository at this point in the history
  6. chore: remove report file checking

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    28ada93 View commit details
    Browse the repository at this point in the history
  7. chore: Refactored unit test integration

    Refactored unit test integration
    gouravkrosx authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    081d001 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. chore: fix imports of python-sdk (#11)

    Signed-off-by: gouravkrosx <gouravgreatkr@gmail.com>
    gouravkrosx authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    410ffa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. feat: dedup middleware for django, flask and fastapi (#5)

    * feat: integrations for django and flask
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * fix: only generate dedup data in test mode
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: added middleware for fast api
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: Pranshu Srivastava <iampranshu24@gmail.com>
    AkashKumar7902 and PranshuSrivastava authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    cba4ea6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. fix: modularized coverage middlewares to be imported directly from ke…

    …ploy and removed incorrect path (#12)
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    PranshuSrivastava authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    2996320 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. fix: fetching keploy-test-id from request header (#13)

    * fix: fetching keploy-test-id from request header
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    
    * feat: writing testset along with test name to write function
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    * feat: not calculating dedup coverage when global coverage is being calculated.
    
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    
    ---------
    
    Signed-off-by: Akash Kumar <meakash7902@gmail.com>
    Signed-off-by: Pranshu Srivastava <iampranshu24@gmail.com>
    Co-authored-by: Pranshu Srivastava <iampranshu24@gmail.com>
    AkashKumar7902 and PranshuSrivastava authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5247bb2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. feat: add support for dedup (#14)

    * feat: add support for dedup
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    * feat: add more dedup instruction
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    
    ---------
    
    Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
    officialasishkumar authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    d68abb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Fix/dedup without ext lib (#15)

    * fix: agent directory
    
    Signed-off-by: Asish <officialasishkumar@gmail.com>
    
    * fix: only record coverage in the source dir
    
    Signed-off-by: Asish <officialasishkumar@gmail.com>
    
    * feat: add support for dedup wihtout ext lib
    
    Signed-off-by: Asish <officialasishkumar@gmail.com>
    
    ---------
    
    Signed-off-by: Asish <officialasishkumar@gmail.com>
    officialasishkumar authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    3dfce52 View commit details
    Browse the repository at this point in the history
Loading