From 9bf74ffccb81c4a292aded4dd3f73253b669f105 Mon Sep 17 00:00:00 2001 From: <> Date: Mon, 4 Nov 2024 16:42:22 +0000 Subject: [PATCH] Deployed e1f9604 with MkDocs version: 1.6.1 --- 404.html | 2 +- about/index.html | 2 +- docs/assertions/assertions/index.html | 2 +- docs/assertions/fasta/index.html | 2 +- docs/assertions/files/index.html | 2 +- docs/assertions/libraries/index.html | 2 +- docs/assertions/regular-expressions/index.html | 2 +- docs/assertions/snapshots/index.html | 6 +++--- docs/cli/clean/index.html | 2 +- docs/cli/coverage/index.html | 2 +- docs/cli/generate/index.html | 2 +- docs/cli/init/index.html | 2 +- docs/cli/list/index.html | 2 +- docs/cli/test/index.html | 2 +- docs/configuration/index.html | 2 +- docs/getting-started/index.html | 2 +- docs/nftest_pipelines/index.html | 2 +- docs/plugins/developing-plugins/index.html | 2 +- docs/plugins/using-plugins/index.html | 2 +- docs/running-tests/index.html | 2 +- docs/testcases/global_variables/index.html | 2 +- docs/testcases/index.html | 2 +- docs/testcases/nextflow_function/index.html | 4 ++-- docs/testcases/nextflow_pipeline/index.html | 2 +- docs/testcases/nextflow_process/index.html | 4 ++-- docs/testcases/nextflow_workflow/index.html | 4 ++-- docs/testcases/params/index.html | 2 +- docs/testcases/setup/index.html | 2 +- index.html | 2 +- installation/index.html | 2 +- resources/index.html | 2 +- sitemap.xml.gz | Bin 127 -> 127 bytes tutorials/github-actions/index.html | 2 +- tutorials/index.html | 2 +- 34 files changed, 38 insertions(+), 38 deletions(-) diff --git a/404.html b/404.html index 8adfe9a0..7c376c48 100644 --- a/404.html +++ b/404.html @@ -12,7 +12,7 @@ - + diff --git a/about/index.html b/about/index.html index e2b913a0..6eed0060 100644 --- a/about/index.html +++ b/about/index.html @@ -14,7 +14,7 @@ - + diff --git a/docs/assertions/assertions/index.html b/docs/assertions/assertions/index.html index 786d641a..3b6af421 100644 --- a/docs/assertions/assertions/index.html +++ b/docs/assertions/assertions/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/assertions/fasta/index.html b/docs/assertions/fasta/index.html index aba3de97..5e1143c8 100644 --- a/docs/assertions/fasta/index.html +++ b/docs/assertions/fasta/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/assertions/files/index.html b/docs/assertions/files/index.html index d93256fa..45a4df44 100644 --- a/docs/assertions/files/index.html +++ b/docs/assertions/files/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/assertions/libraries/index.html b/docs/assertions/libraries/index.html index 23b612a1..7db72046 100644 --- a/docs/assertions/libraries/index.html +++ b/docs/assertions/libraries/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/assertions/regular-expressions/index.html b/docs/assertions/regular-expressions/index.html index b5d56959..65da32e3 100644 --- a/docs/assertions/regular-expressions/index.html +++ b/docs/assertions/regular-expressions/index.html @@ -16,7 +16,7 @@ - + diff --git a/docs/assertions/snapshots/index.html b/docs/assertions/snapshots/index.html index ca51c98a..253a128e 100644 --- a/docs/assertions/snapshots/index.html +++ b/docs/assertions/snapshots/index.html @@ -16,7 +16,7 @@ - + @@ -1411,7 +1411,7 @@
nf-test test tests/main.nf.test --clean-snapshot
-+
Obsolete snapshots can only be detected when running all tests in a test file simultaneously, and when all tests pass. If you run a single test or if tests are skipped, nf-test cannot detect obsolete snapshots.
Obsolete snapshots can only be detected when running all tests in a test file simultaneously, and when all tests pass. If you run a single test or if tests are skipped, nf-test cannot detect obsolete snapshots.
It is also possible to include multiple objects into one snapshot:
@@ -1452,7 +1452,7 @@These default arguments are applied when no custom settings are specified.
-+
If
diff
is not installed on the system, nf-test will print exepcted and found snapshots without highlighting differences.
If
diff
is not installed on the system, nf-test will print exepcted and found snapshots without highlighting differences.
Users have the flexibility to customize the arguments passed to the diff tool using an environment variable called NFT_DIFF_ARGS
. This environment variable allows you to modify the way the diff tool behaves when comparing snapshots.
-+
Script paths that start with
./
or../
are considered relative paths. These paths are resolved based on the location of the test script. Relative paths are beneficial when you want to reference files or directories located within the same directory as your test script or in a parent directory. These paths provide a convenient way to access files without specifying the entire path.
Script paths that start with
./
or../
are considered relative paths. These paths are resolved based on the location of the test script. Relative paths are beneficial when you want to reference files or directories located within the same directory as your test script or in a parent directory. These paths provide a convenient way to access files without specifying the entire path.
If a Nextflow script contains multiple functions and you want to test them all in the same testsuite, you can override the function
property in each test. For example:
-+
Script paths that start with
./
or../
are considered relative paths. These paths are resolved based on the location of the test script. Relative paths are beneficial when you want to reference files or directories located within the same directory as your test script or in a parent directory. These paths provide a convenient way to access files without specifying the entire path.
Script paths that start with
./
or../
are considered relative paths. These paths are resolved based on the location of the test script. Relative paths are beneficial when you want to reference files or directories located within the same directory as your test script or in a parent directory. These paths provide a convenient way to access files without specifying the entire path.
The process
object can be used in asserts to check its status or error messages.
-+
Script paths that start with
./
or../
are considered relative paths. These paths are resolved based on the location of the test script. Relative paths are beneficial when you want to reference files or directories located within the same directory as your test script or in a parent directory. These paths provide a convenient way to access files without specifying the entire path.
Script paths that start with
./
or../
are considered relative paths. These paths are resolved based on the location of the test script. Relative paths are beneficial when you want to reference files or directories located within the same directory as your test script or in a parent directory. These paths provide a convenient way to access files without specifying the entire path.
The workflow
object can be used in asserts to check its status, error messages or traces.