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_attachment supports multiple files #240

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

shrektan
Copy link
Contributor

Closes #239

Copy link
Collaborator

@cderv cderv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great change !

@@ -1,3 +1,7 @@
# blastula 0.3.3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe it should be 0.3.4 now or any other header for development version now that 0.3.3 has been release

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rich-iannone you may want to consider to use withr for your tests - it is really useful for such usage when needing to create temp file. Everything will be cleaned up after each tests when using withr::local_tempfile() for example.

Quite a good helper package, which is install with testthat so available in testthat suits of tests.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this idea very much! I've been a bit slow to adopt withr but I do think I should take advantage of its functions that help with testing.

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

Successfully merging this pull request may close these issues.

add_attachment() should support multiple files at once
3 participants