Commit 25b1d43
committed
TST: test pyplot.pie with a data kwarg
pie was a method, which did not work with a data kwarg as it
didn't have a **kwargs catch all which would make pyplot.pie pass
this argument to the decorated function.
Document that the decorated functions are tested in the axes test
cases.1 parent b6cb12f commit 25b1d43
2 files changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3726 | 3726 | | |
3727 | 3727 | | |
3728 | 3728 | | |
3729 | | - | |
| 3729 | + | |
| 3730 | + | |
3730 | 3731 | | |
3731 | 3732 | | |
3732 | 3733 | | |
| |||
3743 | 3744 | | |
3744 | 3745 | | |
3745 | 3746 | | |
3746 | | - | |
3747 | 3747 | | |
3748 | 3748 | | |
3749 | 3749 | | |
3750 | 3750 | | |
3751 | 3751 | | |
3752 | 3752 | | |
3753 | 3753 | | |
| 3754 | + | |
| 3755 | + | |
| 3756 | + | |
| 3757 | + | |
| 3758 | + | |
| 3759 | + | |
| 3760 | + | |
| 3761 | + | |
3754 | 3762 | | |
3755 | 3763 | | |
3756 | 3764 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| |||
0 commit comments