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

testing for output values fails on windows #34

Closed
epogrebnyak opened this issue Jun 19, 2023 · 2 comments
Closed

testing for output values fails on windows #34

epogrebnyak opened this issue Jun 19, 2023 · 2 comments
Labels
cli Command line interface testing Testing

Comments

@epogrebnyak
Copy link
Owner

abacus/tests/test_cli.py

Lines 54 to 62 in 42de845

else:
# FIXME: can a similar check as above be performed on a linux system?
# so far result.stdout is empty string.
#assert json.loads(result.stdout) == {
# "cash": 700,
# "goods": 300,
# "equity": 1000,
#}
pass

@epogrebnyak epogrebnyak added cli Command line interface testing Testing labels Jun 19, 2023
@donBarbos
Copy link
Contributor

✔️ done

abacus/tests/test_cli.py

Lines 54 to 62 in 42de845

else:
# FIXME: can a similar check as above be performed on a linux system?
# so far result.stdout is empty string.
#assert json.loads(result.stdout) == {
# "cash": 700,
# "goods": 300,
# "equity": 1000,
#}
pass

@epogrebnyak
Copy link
Owner Author

@donBarbos , thanks - with additional poetry install everything works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Command line interface testing Testing
Projects
None yet
Development

No branches or pull requests

2 participants