We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks in advance
The text was updated successfully, but these errors were encountered:
Although Python3 is not included in original purpose, I think it's good to have Beeper Python3 compatible. I will work on this in a new branch.
Sorry, something went wrong.
I make some tests here:
u'strings'
conf.py
travis.yml
def test_stat(): run_beeper('build', '--version 1') output = run_beeper('stat', '--version 1', capture=True) > assert output.splitlines()[-1] == 'test-1.tgz' E assert "b'[command]:...\ntest-1.tgz'" == 'test-1.tgz' E - b'[command]: cd dist; ls test-1.tgz\ntest-1.tgz' E + test-1.tgz
No branches or pull requests
Thanks in advance
The text was updated successfully, but these errors were encountered: