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

Better documentation for clang2py #18

Open
trolldbois opened this issue Jan 28, 2015 · 3 comments
Open

Better documentation for clang2py #18

trolldbois opened this issue Jan 28, 2015 · 3 comments

Comments

@trolldbois
Copy link
Owner

Create a better documentation, examples and list usage for all arguments on the command line

@luzfcb
Copy link
Contributor

luzfcb commented Jan 28, 2015

this is a good template with almost everything already pre-configured: https://github.com/audreyr/cookiecutter-pypackage

@trolldbois
Copy link
Owner Author

@luzfcb
Copy link
Contributor

luzfcb commented May 20, 2015

It would be good examples of how to use (or not use) the clang2py command line args.

Some automatic tests to clang2py command line would also be good.

I said that, I was looking at how to do this.
argparse seems particularly annoying with automatic tests.
the only good library for processing command line arguments (that I know) that has some tools for testing cli is the Click ( https://github.com/mitsuhiko/click )

Click + py.test is great.

I have seen it being used successfully in cookiecutter, see cli.py and test_cli.py

thank you for your hard work.
This project is interesting, although I still do not know how to use it properly.

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