|
|
@ -1,3 +1,4 @@ |
|
|
|
|
|
|
|
import pytest |
|
|
|
import unittest |
|
|
|
import unittest |
|
|
|
|
|
|
|
|
|
|
|
import requests |
|
|
|
import requests |
|
|
@ -6,6 +7,7 @@ from openpilot.tools.lib.logreader import LogReader |
|
|
|
from openpilot.tools.lib.route import SegmentRange |
|
|
|
from openpilot.tools.lib.route import SegmentRange |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@pytest.mark.skip(reason="huggingface is flaky, run this test manually to check for issues") |
|
|
|
class TestCommaCarSegments(unittest.TestCase): |
|
|
|
class TestCommaCarSegments(unittest.TestCase): |
|
|
|
def test_database(self): |
|
|
|
def test_database(self): |
|
|
|
database = get_comma_car_segments_database() |
|
|
|
database = get_comma_car_segments_database() |
|
|
|