Skip to content

Commit 487fc0c

Browse files
committed
integ tests
1 parent 1c7d51a commit 487fc0c

File tree

3 files changed

+1384
-0
lines changed

3 files changed

+1384
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Id,Model,Year,Status,Mileage,Price,MSRP
2+
0,2022 Acura TLX A-Spec,2022,New,Not available,"$49,445.0","MSRP $49,445.0"
3+
1,2023 Acura RDX A-Spec,2023,New,Not available,"$50,895.0",Not specified
4+
2,2023 Acura TLX Type S,2023,New,Not available,"$57,745.0",Not specified
5+
3,2023 Acura TLX Type S,2023,New,Not available,"$57,545.0",Not specified
6+
4,2019 Acura MDX Sport Hybrid 3.0L w/Technology Package,2019,Used,"32,675.0","$40,990.0",$600.0
7+
5,2023 Acura TLX A-Spec,2023,New,Not available,"$50,195.0","MSRP $50,195.0"
8+
6,2023 Acura TLX A-Spec,2023,New,Not available,"$50,195.0","MSRP $50,195.0"
9+
7,2023 Acura TLX Type S,2023,New,Not available,"$57,745.0",Not specified
10+
8,2023 Acura TLX A-Spec,2023,New,Not available,"$47,995.0",Not specified
11+
9,2022 Acura TLX A-Spec,2022,New,Not available,"$49,545.0",Not specified
12+
10,2023 Acura Integra w/A-Spec Tech Package,2023,New,Not available,"$36,895.0","MSRP $36,895.0"
13+
11,2023 Acura TLX A-Spec,2023,New,Not available,"$48,395.0","MSRP $48,395.0"
14+
12,2023 Acura MDX Type S w/Advance Package,2023,New,Not available,"$75,590.0",Not specified
15+
13,2023 Acura RDX A-Spec Advance,2023,New,Not available,"$55,345.0",Not specified
16+
14,2023 Acura TLX A-Spec,2023,New,Not available,"$50,195.0","MSRP $50,195"
17+
15,2023 Acura RDX A-Spec Advance,2023,New,Not available,"$55,045.0",Not specified
18+
16,2023 Acura TLX Type S,2023,New,Not available,"$56,445.0",Not specified
19+
17,2023 Acura TLX A-Spec,2023,New,Not available,"$47,495.0","MSRP $47,495.0"
20+
18,2023 Acura TLX Advance,2023,New,Not available,"$52,245.0","MSRP $52,245.0"
21+
19,2023 Acura TLX A-Spec,2023,New,Not available,"$50,595.0","MSRP $50,595.0"
22+
20,2023 Acura RDX Base,2023,New,Not available,"$43,045.0",Not specified
23+
21,2023 Acura RDX A-Spec,2023,New,Not available,"$51,195.0",Not specified
24+
22,2023 Acura RDX A-Spec,2023,New,Not available,"$50,895.0",Not specified
25+
23,2023 Acura TLX A-Spec,2023,New,Not available,"$50,195.0","MSRP $50,195.0"
26+
24,2023 Acura RDX A-Spec,2023,New,Not available,"$50,895.0",Not specified
27+
25,2022 Acura MDX Type S,2022,New,Not available,"$68,245.0",Not specified
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
"""Integration tests for SageMaker V3 pipeline examples."""
2+
from __future__ import absolute_import
3+
4+
import os
5+
6+
DATA_DIR = os.path.join(os.path.dirname(__file__), "..", "data")

0 commit comments

Comments
 (0)