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

Local test/development mode #32

Open
crbates opened this issue Mar 23, 2014 · 1 comment
Open

Local test/development mode #32

crbates opened this issue Mar 23, 2014 · 1 comment

Comments

@crbates
Copy link

crbates commented Mar 23, 2014

As far as I can tell there is currently no real way to support local testing/development of polyphemus without having github and batlab hooked up. A development mode for these plugins would be nice that would provide dummy issues, results, etc.

@scopatz
Copy link
Member

scopatz commented Mar 23, 2014

I completely agree that we need some sort of mock environment. However, there are a couple of things that you can do now to test locally (though github and batlab are needed). These could be better documented.

The first is that the there is a --debug mode which will launch a simple http server that flask uses and will be pointed to local host. The second is that you can always use the test-polyphemus repo for testing and we have a suite of no-op batlab scripts as well. These two things were how polyphemus was developed.

Mocking up other features and having a testing framework would be great. I am not an expert on how to do this with web services though....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants