pytest module not found
问题 I'm having trouble running pytest on my package. I have the following structure... tree -f . ├── [ 0 Jan 4 22:04] ./__init__.py ├── [ 34K Jan 12 11:37] ./LICENSE ├── [1.4K Jan 6 07:43] ./README.md ├── [1.1K Jan 12 11:42] ./setup.cfg ├── [ 79 Jan 6 08:22] ./setup.py ├── [4.0K Jan 12 11:49] ./tcx2gpx │ ├── [ 701 Jan 6 23:13] ./tcx2gpx/__init__.py │ ├── [4.0K Jan 12 12:13] ./tcx2gpx/__pycache__ │ │ ├── [ 683 Jan 12 12:13] ./tcx2gpx/__pycache__/__init__.cpython-36.pyc │ │ └── [3.0K Jan 6 21:00] .