imhr.tests.test_basic

@`purpose`: Basic tests for the ability to run package. @`date`: Created on Sat May 1 15:12:38 2019 @`author`: Semeon Risom @`email`: semeon.risom@gmail.com @`url`: https://semeon.io/d/imhr

Functions

test_simple() Test simple math.
test_lazy_imports() Testing imports using subprocess.
imhr.tests.test_basic.test_simple()[source]

Test simple math.

Returns:
answer : bool

Returns result of 1 + 1 == 2.

imhr.tests.test_basic.test_lazy_imports()[source]

Testing imports using subprocess.

Returns:
bool : bool

Returns a bool indicating the function has completed.