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: automationhacks/course-api-framework-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: example/05_working_with_json
Choose a base ref
...
head repository: automationhacks/course-api-framework-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 19 files changed
  • 4 contributors

Commits on Dec 27, 2020

  1. Configuration menu
    Copy the full SHA
    becf0d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Extracted schema outside the functions and added a separate function …

    …to validate it for read one operation
    Gaurav Singh committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    2ed2046 View commit details
    Browse the repository at this point in the history
  2. Updated schema tests to use assertpy fluent assertions to validate in…

    …stead of printing on the console.
    Gaurav Singh committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    e8c0016 View commit details
    Browse the repository at this point in the history
  3. - Abstracted API methods into a people_client which makes use of a cu…

    …stom request wrapper instead of directly depending on requests
    
    Note: This change breaks few tests.
    Gaurav Singh committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    6204734 View commit details
    Browse the repository at this point in the history
  4. - Created BaseClient with default headers

    - Moved create_data() into conftest file
    - Introduced an assertion helper to abstract common assertions
    - Added remaining methods to people_client.py
    - Moved search related methods to a people_helpers.py
    - Refactored these methods out of the test file
    - Created APIRequest as a wrapper over requests methods (always wrap third party library if possible)
    Gaurav Singh committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    e5fe846 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Replaced specific method imports with *

    Gaurav Singh committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    8d2157d View commit details
    Browse the repository at this point in the history
  2. Updated README.md

    Gaurav Singh committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    77c7702 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Added docker-compose for report portal

    Gaurav Singh committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    69034c7 View commit details
    Browse the repository at this point in the history
  2. Added report portal agent into dependencies and added config for loca…

    …l project in pytest.ini
    Gaurav Singh committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    dec1b56 View commit details
    Browse the repository at this point in the history
  3. Added logger in conftest.py and updated a test method to log to the c…

    …onsole
    Gaurav Singh committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    33308f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Updated docker-compose to generate report portal environment, Updated…

    … tests and pytest.ini file
    Gaurav Singh committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    b390b1b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. - Added pytest-xdist to Pipfile

    - Updated README.md
    Gaurav Singh committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    d4482fa View commit details
    Browse the repository at this point in the history
  2. Updated readme

    Gaurav Singh committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    924e0fa View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Bump lxml from 4.6.2 to 4.6.5

    Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.5.
    - [Release notes](https://github.com/lxml/lxml/releases)
    - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
    - [Commits](lxml/lxml@lxml-4.6.2...lxml-4.6.5)
    
    ---
    updated-dependencies:
    - dependency-name: lxml
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c8dd36a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2022

  1. Merge pull request #7 from automationhacks/dependabot/pip/lxml-4.6.5

    Bump lxml from 4.6.2 to 4.6.5
    automationhacks authored Mar 12, 2022
    Configuration menu
    Copy the full SHA
    7977ac5 View commit details
    Browse the repository at this point in the history
  2. Updated dependencies versions

    Gaurav Singh committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    046293f View commit details
    Browse the repository at this point in the history
Loading