Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unittests.py was broken #73

Closed
felipeportella opened this issue Jul 8, 2019 · 1 comment
Closed

unittests.py was broken #73

felipeportella opened this issue Jul 8, 2019 · 1 comment

Comments

@felipeportella
Copy link
Contributor

The file unittests.py has two minor Python syntax issues raised if we try to run it:

  1. File "unittests.py", line 62
    logger.info('PASS: GET of {0} successful (response below)\n {1}'.format(getting, r.text))
    ^
    TabError: inconsistent use of tabs and spaces in indentation

  2. File "unittests.py", line 156
    print'Testing interface at:', sys.argv[2]
    ^
    SyntaxError: invalid syntax

@mraineri
Copy link
Contributor

Closing; PR merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants