Mercurial > public > python-black-scholes
view tests/test_main.py @ 1:b853194dc28b
add methods for eu call option
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 15 Nov 2021 23:14:41 +0100 |
parents | |
children | ccffaf75d240 |
line wrap: on
line source
from unittest import TestCase class Test(TestCase): def test_main(self): self.fail()