costs/tests/test_costs.py

10 lines
181 B
Python
Raw Normal View History

2023-06-01 17:11:05 -04:00
import unittest
from costs.cost import Cost
class TestCosts(unittest.TestCase):
def test_costs(self):
cost = Cost()
self.assertEqual(True, False) # add assertion here