This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Commit 878b22a
committed
fix(ta-gql): get testsuites
I made a change previously that made it so the testsuite column in
the dataframe returned by get_results became a list[str] instead of
str but I didn't update get testsuites to reflect that. This fixes
that.
also adds a test for the new V1 format that also verifies it populates
the testsuites correctly and fixes a bug with that format renaming a
column1 parent 7090578 commit 878b22a
File tree
4 files changed
+48
-4
lines changed- graphql_api
- tests
- snapshots
- types/test_analytics
- utils
4 files changed
+48
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
747 | | - | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
748 | 782 | | |
749 | 783 | | |
750 | 784 | | |
| |||
757 | 791 | | |
758 | 792 | | |
759 | 793 | | |
760 | | - | |
| 794 | + | |
| 795 | + | |
761 | 796 | | |
762 | 797 | | |
763 | 798 | | |
| |||
784 | 819 | | |
785 | 820 | | |
786 | 821 | | |
| 822 | + | |
787 | 823 | | |
788 | 824 | | |
789 | 825 | | |
| |||
804 | 840 | | |
805 | 841 | | |
806 | 842 | | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
807 | 851 | | |
808 | 852 | | |
809 | 853 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
0 commit comments