Mercurial > public > python-black-scholes
comparison tests/test_helpers.py @ 6:0f196da9af68
fix import typo
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 16 Nov 2021 17:50:59 +0100 |
parents | ccffaf75d240 |
children | f213aa4891fc |
comparison
equal
deleted
inserted
replaced
5:94bf1c757908 | 6:0f196da9af68 |
---|---|
1 from unittest import TestCase | 1 from unittest import TestCase |
2 from fbs import Option | 2 from fbs.helpers import Option |
3 | 3 |
4 | 4 |
5 class TestOption(TestCase): | 5 class TestOption(TestCase): |
6 option = Option( | 6 option = Option( |
7 spot_price=20.00, | 7 spot_price=20.00, |