Closed kwade4 closed 5 years ago
The second test case checks that common.py raises a NameError. https://github.com/PoonLab/Poplars/blob/c5c3272babd86619e4ffa9b0582e12632b6e551a/poplars/tests/test_common.py#L14-L18
common.py
NameError
With the current implementation, common.py does not raise a NameError https://github.com/PoonLab/Poplars/blob/c5c3272babd86619e4ffa9b0582e12632b6e551a/poplars/common.py#L1-L21
The second test case checks that
common.py
raises aNameError
. https://github.com/PoonLab/Poplars/blob/c5c3272babd86619e4ffa9b0582e12632b6e551a/poplars/tests/test_common.py#L14-L18With the current implementation,
common.py
does not raise aNameError
https://github.com/PoonLab/Poplars/blob/c5c3272babd86619e4ffa9b0582e12632b6e551a/poplars/common.py#L1-L21