Skip to content

Commit ff0da41

Browse files
committed
finalized RoboCon 2021 talk
1 parent a9dae3f commit ff0da41

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed
19.7 KB
Loading

robocon2021/first-pr.jpg

81.4 KB
Loading

robocon2021/prs.jpg

89.6 KB
Loading

robocon2021/retry_commit.jpg

15.9 KB
Loading
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Intro
44

5-
Who am I, since 2020 I maintain RequestsLibrary
5+
Who am I, since 2020 I maintain RequestsLibrary.
6+
I won't talk only about 0.9 but more features and changes introduced in the last year.
67

78
## What guided the development
89

@@ -23,7 +24,10 @@ Who am I, since 2020 I maintain RequestsLibrary
2324
but with a little more attention that could have been useful for all the community
2425
- **8+ Pull Requests** finally someone noticed ... Anssi Syrjäsalo (creator of RESTInstance lib)
2526
- Important: if you have libraries but you don't care / have time to maintain move under: MarketSquare
26-
- **Hard to debug and hidden fails problems** ([see hard to debug log](/failonstatus/hard_to_debug_log_example.html))
27+
28+
####Problems we faced:
29+
- Since we had to deal with very unstable test environment [retry method and status lists](https://robotframework-requests.netlify.app/doc/requestslibrary#Create%20Session)
30+
- Hard to debug and hidden fails problems ([see hard to debug log](../failonstatus/hard_to_debug_log_example.html))
2731

2832
### Robocon 2020
2933

@@ -53,7 +57,7 @@ The implementation is easy and relies on the original requests [raise_for_status
5357

5458
### Best Practices
5559

56-
Problems might arise when you embed requests in more complicated keywords ([see test_response example](/response/test_response.robot))
60+
Problems might arise when you embed requests in more complicated keywords ([see test_response example](../response/test_response.robot))
5761
that might fail on purpose or where you need to test the response on failure.
5862

5963
### Common pitfalls

0 commit comments

Comments
 (0)