===================================================== ERRORS ======================================================
__ ERROR collecting solutions/0001.two-sum/1.two-sum.py ___
ImportError while importing test module '/Users/cocobear/code/LeetCode-in-Python/solutions/0001.two-sum/1.two-sum.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
ModuleNotFoundError: No module named '1'
[ ] output of pip list from the virtual environment you are using
filename contains more than one dot, for example a file named : 2.foo.py can not be used in pytest
pip list
from the virtual environment you are using[ ] pytest and operating system versions pytest 5.3.2 macOS 10.14.2
[ ] minimal example if possible touch 2.foo.py pytest 2.foo.py