diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-21 15:50:21 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-07-21 15:50:21 +0200 |
commit | df70d80d9ef13b69e58de6f47b9041b6a021025e (patch) | |
tree | f00ede6be8732e59f094b27ea57b5b87e8101e7d | |
parent | 512cd50874b060d50a14d28df88018ac144cf6d3 (diff) |
Clean test.log after testing
-rw-r--r-- | ChangeLog | 12 | ||||
-rw-r--r-- | GNUmakefile | 1 | ||||
-rw-r--r-- | test.log | 26 |
3 files changed, 26 insertions, 13 deletions
@@ -1,3 +1,15 @@ +commit 512cd50874b060d50a14d28df88018ac144cf6d3 +Author: Johannes Ranke <jranke@uni-bremen.de> +Date: 2020-07-07 12:36:56 +0200 + + Remove copyright headers, update TOXSWA_cwa test + + - The window column of the windows component of a TOXSWA_cwa object is not + a factor any more, but a character vector. + - testthat::expect_equal_to_reference is replaced by + testthat::expect_known_output, so we can have git diff show what has + changed + commit 58c6214f459b28b899794f32a60836aef97ac01b Author: Johannes Ranke <jranke@uni-bremen.de> Date: 2020-07-07 11:27:44 +0200 diff --git a/GNUmakefile b/GNUmakefile index 0d3f38e..aeb09e2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -58,6 +58,7 @@ winbin: $(WINBIN) test: build @echo "Running testthat tests..." NOT_CRAN=true "$(R_HOME)/bin/Rscript" -e 'devtools::test()' 2>&1 | tee test.log + sed -i -e "s/\r.*\r//" test.log @echo "DONE." quickcheck: build @@ -3,21 +3,21 @@ Loading required package: R6 Loading required package: mkin Testing pfm ✔ | OK F W S | Context -
⠏ | 0 | Simple PEC sediment calculations
✔ | 1 | Simple PEC sediment calculations -
⠏ | 0 | Simple PEC soil calculations
⠙ | 2 | Simple PEC soil calculations
✔ | 17 | Simple PEC soil calculations [0.3 s] -
⠏ | 0 | Simple PEC surface water calculations with drift entry
✔ | 2 | Simple PEC surface water calculations with drift entry -
⠏ | 0 | Actual and time weighted average concentrations for SFO kinetics
✔ | 1 | Actual and time weighted average concentrations for SFO kinetics -
⠏ | 0 | Read and analyse TOXSWA cwa files
⠋ | 1 | Read and analyse TOXSWA cwa files
⠸ | 4 | Read and analyse TOXSWA cwa files
⠼ | 5 | Read and analyse TOXSWA cwa files
⠴ | 6 | Read and analyse TOXSWA cwa files
✔ | 7 | Read and analyse TOXSWA cwa files [5.8 s] -
⠏ | 0 | UK drainage PEC calculations
✔ | 12 | UK drainage PEC calculations -
⠏ | 0 | Exposit calculations
✔ | 7 | Exposit calculations -
⠏ | 0 | Geometric mean calculation
✔ | 6 | Geometric mean calculation -
⠏ | 0 | Check max_twa for parent mkinfit models against analytical solutions
⠋ | 1 | Check max_twa for parent mkinfit models against analytical solutions
✔ | 1 | Check max_twa for parent mkinfit models against analytical solutions [0.9 s] -
⠏ | 0 | Processing of residue series
✔ | 11 | Processing of residue series -
⠏ | 0 | FOCUS Step 1 calculations
⠹ | 3 | FOCUS Step 1 calculations
✔ | 9 | FOCUS Step 1 calculations [0.1 s] -
⠏ | 0 | FOCUS Steps 12 input files
✔ | 8 | FOCUS Steps 12 input files +✔ | 1 | Simple PEC sediment calculations +✔ | 17 | Simple PEC soil calculations [0.2 s] +✔ | 2 | Simple PEC surface water calculations with drift entry +✔ | 1 | Actual and time weighted average concentrations for SFO kinetics +✔ | 7 | Read and analyse TOXSWA cwa files [6.6 s] +✔ | 12 | UK drainage PEC calculations +✔ | 7 | Exposit calculations +✔ | 6 | Geometric mean calculation +✔ | 1 | Check max_twa for parent mkinfit models against analytical solutions [0.9 s] +✔ | 11 | Processing of residue series +✔ | 9 | FOCUS Step 1 calculations [0.1 s] +✔ | 8 | FOCUS Steps 12 input files ══ Results ═════════════════════════════════════════════════════════════════════════════════════════ -Duration: 7.4 s +Duration: 8.2 s OK: 82 Failed: 0 |