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

Integration testing through some shell unit-testing framework #6

Open
noway opened this issue Jun 18, 2014 · 2 comments
Open

Integration testing through some shell unit-testing framework #6

noway opened this issue Jun 18, 2014 · 2 comments

Comments

@noway
Copy link
Collaborator

noway commented Jun 18, 2014

Maybe make integration tests directly with shell testing frameworks, instead of python?
bin_tests.py currently implemented with python, and it's not very handy to edit and maintain. Some shell testing framework would be much better suited for this task.
https://code.google.com/p/shunit2/ and https://bmizerany.github.io/roundup/ are nice candidates.

Also: https://stackoverflow.com/questions/971945/unit-testing-for-shell-scripts

@zabbal
Copy link

zabbal commented Jun 18, 2014

In addition to that some real-life testing with "journalctl -o json -f" would be much appreciated.

@amarao
Copy link
Owner

amarao commented Jun 18, 2014

journalctl -o json -f
No journal files were found.

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

3 participants