You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to erlang-q...@erlang.org
I'm building a rebar3 application and using ct to test it. I have a bunch of test files containing data (sample json) to use as part of testing. When it was just a few, I converted them to erlang terms, and used -define in .hrl files in the include directory. But that doesn't scale well nor make for easy configuration management. I'd prefer to store each json (for a particular test) in a file since those files already exist created by others for validation. Then the test could read the file, and use jsx to convert text to json for comparison within the test.
Where can I stick a bunch of files and then access them as part of test? I understand there is a data_dir. Is that the proper way to do it? Where in the tree do I put a file so it ends up in data_dir?
Duncan Sparrell
sFractal Consulting LLC
iPhone, iTypo, iApologize
Dmitry Kolesnikov
unread,
Mar 30, 2017, 2:20:15 PM3/30/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message