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

Add a testing framework #15

Open
tcash21 opened this issue Dec 14, 2015 · 3 comments
Open

Add a testing framework #15

tcash21 opened this issue Dec 14, 2015 · 3 comments
Assignees

Comments

@tcash21
Copy link
Contributor

tcash21 commented Dec 14, 2015

Use testthat to create a suite of tests that can be ran after new features are developed or bugs are fixed. Should be able to re-run tests automatically as we change the code.

@tcash21 tcash21 self-assigned this Dec 14, 2015
@Btibert3
Copy link
Contributor

Should we do something like set_token(Sys.getenv("STATTLE_TOKEN")) so we do not need to store tokens in test code?

@tcash21
Copy link
Contributor Author

tcash21 commented Dec 16, 2015

Yea I was thinking about doing something like that. We can try that.

On Dec 15, 2015, at 6:32 PM, Brock Tibert [email protected] wrote:

Should we do something like set_token(Sys.getenv("STATTLE_TOKEN")) so we do not need to store tokens in test code?


Reply to this email directly or view it on GitHub.

@Btibert3
Copy link
Contributor

Just thinking about things to test/change:

  • Status Codes

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