mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-10 06:55:46 +09:00
add: docs (mainly docstrings)
This commit is contained in:
parent
4f88659288
commit
1dd48e703e
5 changed files with 126 additions and 8 deletions
|
@ -42,7 +42,7 @@ true || include("../src/PSBoardDataBase.jl")
|
|||
runlist_table = CSV.read("input/PS board QAQC Data Base - RUNLIST.csv", DataFrame)
|
||||
|
||||
@test PSBoardDataBase.add_psboard_ids(db, single_result_df) |> isnothing
|
||||
@test PSBoardDataBase.add_qaqc_runlist(db, runlist_table) |> isnothing
|
||||
@test PSBoardDataBase.add_qaqc_runlist_from_runlist(db, runlist_table) |> isnothing
|
||||
|
||||
@test PSBoardDataBase.add_qaqc_single_result(db, single_result_df, runlist_table) |>
|
||||
isnothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue