nmfs-ost / asar

DRAFT. R package to partially automate a U.S. stock assessment report.
https://nmfs-ost.github.io/asar/
MIT License
7 stars 3 forks source link

Add tests for `creat_template()` and `add_chunk()` #28

Closed Bai-Li-NOAA closed 2 weeks ago

Bai-Li-NOAA commented 2 weeks ago

To ensure the correctness of the functions, we need to implement unit tests. I will set up a few example tests for the following functions:

These initial tests will cover these specific functions. We can explore additional types of tests for other functions later.