PoonLab / Poplars

Open-source implementations of popular tools from Los Alamos National Laboratory HIV Database
GNU Affero General Public License v3.0
0 stars 0 forks source link

common.py: fails second test case #24

Closed kwade4 closed 5 years ago

kwade4 commented 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

With the current implementation, common.py does not raise a NameError https://github.com/PoonLab/Poplars/blob/c5c3272babd86619e4ffa9b0582e12632b6e551a/poplars/common.py#L1-L21