AaronC81 / ipython-auto-import

:inbox_tray: Automatically import a Python library in IPython when you forget to import it
MIT License
55 stars 3 forks source link

Write tests #10

Open AaronC81 opened 8 years ago

AaronC81 commented 8 years ago

I'm not sure if automated unit tests are really possible for this sort of project, but at the very least we could have something like:

Input: pandas
Result: pandas is imported

For a variety of cases.