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
communication_test.py has an argparser that expects ip and port, it runs fine as a standalone script, however it fails when it attempts to read arguments from pytest command
Failed communication test
PYTHONPATH=mcf_tools/types_generator:$PYTHONPATH pytest mcf_tools/types_generator/test/manual_tests mcf_remote
Reason for failure
communication_test.py has an
argparser
that expectsip
andport
, it runs fine as a standalone script, however it fails when it attempts to read arguments from pytest command@mthiede-acn2
The text was updated successfully, but these errors were encountered: