costs/tests/test_costs.py
2023-06-01 17:11:05 -04:00

10 lines
181 B
Python

import unittest
from costs.cost import Cost
class TestCosts(unittest.TestCase):
def test_costs(self):
cost = Cost()
self.assertEqual(True, False) # add assertion here