-
Notifications
You must be signed in to change notification settings - Fork 114
Comparing changes
Open a pull request
base repository: automationhacks/course-api-framework-python
base: example/05_working_with_json
head repository: automationhacks/course-api-framework-python
compare: master
- 16 commits
- 19 files changed
- 4 contributors
Commits on Dec 27, 2020
-
Added example of schema validation for Read all operation in people API
Gaurav Singh committedDec 27, 2020 Configuration menu - View commit details
-
Copy full SHA for becf0d7 - Browse repository at this point
Copy the full SHA becf0d7View commit details
Commits on Dec 28, 2020
-
Extracted schema outside the functions and added a separate function …
…to validate it for read one operation
Gaurav Singh committedDec 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 2ed2046 - Browse repository at this point
Copy the full SHA 2ed2046View commit details -
Updated schema tests to use assertpy fluent assertions to validate in…
…stead of printing on the console.
Gaurav Singh committedDec 28, 2020 Configuration menu - View commit details
-
Copy full SHA for e8c0016 - Browse repository at this point
Copy the full SHA e8c0016View commit details -
- 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 committedDec 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 6204734 - Browse repository at this point
Copy the full SHA 6204734View commit details -
- 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 committedDec 28, 2020 Configuration menu - View commit details
-
Copy full SHA for e5fe846 - Browse repository at this point
Copy the full SHA e5fe846View commit details
Commits on Dec 29, 2020
-
Replaced specific method imports with *
Gaurav Singh committedDec 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 8d2157d - Browse repository at this point
Copy the full SHA 8d2157dView commit details -
Gaurav Singh committed
Dec 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 77c7702 - Browse repository at this point
Copy the full SHA 77c7702View commit details
Commits on Jan 20, 2021
-
Added docker-compose for report portal
Gaurav Singh committedJan 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 69034c7 - Browse repository at this point
Copy the full SHA 69034c7View commit details -
Added report portal agent into dependencies and added config for loca…
…l project in pytest.ini
Gaurav Singh committedJan 20, 2021 Configuration menu - View commit details
-
Copy full SHA for dec1b56 - Browse repository at this point
Copy the full SHA dec1b56View commit details -
Added logger in conftest.py and updated a test method to log to the c…
…onsole
Gaurav Singh committedJan 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 33308f2 - Browse repository at this point
Copy the full SHA 33308f2View commit details
Commits on Feb 2, 2021
-
Updated docker-compose to generate report portal environment, Updated…
… tests and pytest.ini file
Gaurav Singh committedFeb 2, 2021 Configuration menu - View commit details
-
Copy full SHA for b390b1b - Browse repository at this point
Copy the full SHA b390b1bView commit details
Commits on Feb 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d4482fa - Browse repository at this point
Copy the full SHA d4482faView commit details -
Gaurav Singh committed
Feb 23, 2021 Configuration menu - View commit details
-
Copy full SHA for 924e0fa - Browse repository at this point
Copy the full SHA 924e0faView commit details
Commits on Dec 13, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c8dd36a - Browse repository at this point
Copy the full SHA c8dd36aView commit details
Commits on Mar 12, 2022
-
Merge pull request #7 from automationhacks/dependabot/pip/lxml-4.6.5
Bump lxml from 4.6.2 to 4.6.5
Configuration menu - View commit details
-
Copy full SHA for 7977ac5 - Browse repository at this point
Copy the full SHA 7977ac5View commit details -
Gaurav Singh committed
Mar 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 046293f - Browse repository at this point
Copy the full SHA 046293fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff example/05_working_with_json...master