Skip to content

Commit

Permalink
Merge branch 'master' into new_http_methods
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBrandUWV authored May 13, 2024
2 parents 5852431 + fac8933 commit ff1e9e3
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,24 +57,13 @@ are mainly tracked the priorities and plans for the next versions.

Of course you can always reply to issues and review pull requests.

## Robot Framework Milano Meetup
During the 17th April 2020 meetup we had the following todo list.

### New plans for 0.8 version
- [X] **Feature:** [New On Session keywords](https://github.com/MarketSquare/robotframework-requests/issues/276)
- [X] **Experiment:** [Reorganize Keywords in classes](https://github.com/MarketSquare/robotframework-requests/issues/270)
- [X] **Documentation:** Write a better introductive documentation to keywords (session best practices, parameters description, response object)

### Early Adopters and feedback needed for pre-release versions
You can install pre-release versions in this way:

pip install robotframework-requests --pre

### Others
- [X] **Review PR:** [Support sending arrays in query string and request body](https://github.com/MarketSquare/robotframework-requests/pull/220)
### Possible topic of interest:
- [ ] **Review PR:** [disable cert warnings](https://github.com/MarketSquare/robotframework-requests/pull/209)
- [X] **Feature:** [Allow passing auth param to create client cert session](https://github.com/MarketSquare/robotframework-requests/issues/245)
- [X] **Tech:** [Deprecate To Json keyword in favor of response.json attribute](https://github.com/MarketSquare/robotframework-requests/issues/219)
- [ ] **Tech**: Moving all tests to local http server (Flask)
- [ ] **Challenge**: Start local http server (Flask) only once per test run instead of start/stop for each suite

Expand Down

0 comments on commit ff1e9e3

Please sign in to comment.