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

rfhub should ignore __init__.robot #28

Open
boakley opened this issue Aug 12, 2014 · 2 comments
Open

rfhub should ignore __init__.robot #28

boakley opened this issue Aug 12, 2014 · 2 comments

Comments

@boakley
Copy link
Owner

boakley commented Aug 12, 2014

When you point rfhub at a folder that has both test cases and resource files, it will attempt to scan any .robot file that has a keyword table. It should ignore files named init.robot since that name is almost certainly not a resource file.

@yanne
Copy link
Collaborator

yanne commented Aug 13, 2014

This probably should be done in kwdb right? Since I can imagine wanting to view (and possibly even edit) the test case files via hub, in which case there should also be option to get all test case and resource files

@boakley
Copy link
Owner Author

boakley commented Aug 13, 2014

I haven't decided exactly how to handle this. Yes, eventually I want to be able to edit test cases. I want to keep the /keyword api, and probably add /testcase to get test cases. There will probably be a third api for retrieving all files in a project.

I want to get rid of or refactor kwdb at some point. That is an artifact from an earlier project that I repurposed just so I could get up to speed quickly. What we need is a well designed database structure that handles more than just keywords. I haven't had time to design that yet.

My main goal at the time I write this is to suport the brackets plugin, which only needs to be able to fetch keyword information.

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