Skip to content

Commit

Permalink
fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Dec 18, 2023
1 parent 9b7ded7 commit 787f8e2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 47 deletions.
43 changes: 0 additions & 43 deletions tests/basetest.py

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_geo.py
Expand Up @@ -4,7 +4,7 @@
@author: wf
'''
from nicetrack.geo import GeoPath
from basetest import Basetest
from ngwidgets.basetest import Basetest
import os
from pathlib import Path

Expand Down
2 changes: 1 addition & 1 deletion tests/test_gpx.py
Expand Up @@ -6,7 +6,7 @@
import os
from pathlib import Path
import gpxpy
from basetest import Basetest
from ngwidgets.basetest import Basetest

class Test_GPX(Basetest):
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/test_srt.py
Expand Up @@ -5,7 +5,7 @@
'''
import os
from nicetrack.srt import SRT
from basetest import Basetest
from ngwidgets.basetest import Basetest
import requests

class Test_SRT(Basetest):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_video_stepper.py
Expand Up @@ -3,7 +3,7 @@
import cv2
import time
import unittest
from basetest import Basetest
from ngwidgets.basetest import Basetest
from nicetrack.video_stepper import VideoStepper # Modify this import based on where your VideoStepper class is
from nicetrack.video_stepper_av import VideoStepperAV # Modify this import based on where your AV-based VideoStepper class is

Expand Down

0 comments on commit 787f8e2

Please sign in to comment.