python-taiga
python-taiga copied to clipboard
Fix pagination
Description
Page parameter was not passed to querystring, thus pagination failed
Ensure page parameter is actually passed to query parameters
References
Fix #116
Checklist
- [x] I have read the contribution guide
- [x] Code lint checked via
inv lint - [x]
changesfile included (see docs) - [ ] Usage documentation added in case of new features
- [x] Tests added
Codecov Report
Merging #119 (a35adf2) into master (f448eda) will increase coverage by
0.00%. The diff coverage is100.00%.
@@ Coverage Diff @@
## master #119 +/- ##
=======================================
Coverage 96.34% 96.35%
=======================================
Files 8 8
Lines 876 878 +2
Branches 63 64 +1
=======================================
+ Hits 844 846 +2
Misses 19 19
Partials 13 13
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 96.35% <100.00%> (+<0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Δ | |
|---|---|---|
| taiga/models/base.py | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update f448eda...a35adf2. Read the comment docs.