You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_install checks installation problems of the generated package. It uses setup.py instead of pip which is not same of what is described in the documentation. We should use pip instead.
test_install checks installation problems of the generated package. It uses
setup.pyinstead of pip which is not same of what is described in the documentation. We should usepipinstead.python-template/tests/test_project.py
Line 43 in 419c4cc