File: test_import.py

package info (click to toggle)
matplotlib-inline 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 256 kB
  • sloc: python: 223; makefile: 4
file content (4 lines) | stat: -rw-r--r-- 85 bytes parent folder | download
1
2
3
4
def test_import():
    from matplotlib_inline.backend_inline import show

    show()