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

Check and increase test coverage #56

Open
flying-sheep opened this issue May 13, 2016 · 1 comment
Open

Check and increase test coverage #56

flying-sheep opened this issue May 13, 2016 · 1 comment

Comments

@flying-sheep
Copy link
Member

Options include

One predicate that every repr function for every format has to fullfill is

r <- repr_*(thing)

assert_true(is.null(r) || (is.character(r) || is.raw(r) && length(r) == 1L))
@flying-sheep flying-sheep mentioned this issue May 13, 2016
Closed
4 tasks
@jankatins
Copy link
Contributor

Additionally from #5:

For vectors and so on: normal input and some edge cases: NULL, empty input, too long (ellipsis), unicode...

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