test.py should use a different virtualenv for AppEngine apps |
||
Issue descriptionOut test.py testing framework allows tests inside appengine apps to import modules from ENV. However, appcfg.py will not upload those modules to the server resulting in import errors that are only seen in production. We should rewrite test.py to use a virtualenv for appengine apps that simulates production environment. I am not sure how dev_appserver.py works, but perhaps it uses some virtualenv that we can use too.
,
Jul 28 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by serg...@chromium.org
, Jul 27 2017