Python/blockchain
Jie Han c906ba82f3
refactor: move import pytest line of blockchain algs under "main" section. (#2012)
* change doctest line

import doctest is not relevant with algorithms. move it under main section.

* from doctest import testmod

* refactor: move doctest under "main" section

* Update diophantine_equation.py

* Update modular_division.py

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-19 12:56:16 +02:00
..
chinese_remainder_theorem.py change doctest line (#2007) 2020-05-18 21:44:27 +02:00
diophantine_equation.py refactor: move import pytest line of blockchain algs under "main" section. (#2012) 2020-05-19 12:56:16 +02:00
modular_division.py refactor: move import pytest line of blockchain algs under "main" section. (#2012) 2020-05-19 12:56:16 +02:00