You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/side_quests/nf-test.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ There are lots of different types of tests we can write:
23
23
4.**Performance tests**: For the speed and efficiency of the pipeline
24
24
5.**Stress tests**: To identify the limits of the pipeline
25
25
26
-
Testing individual processes is analagous to unit tests in other languages. Testing the workflow or the entire pipeline is analagous to what's called integration tests in other languages, where we test the interactions of the components.
26
+
Testing individual processes is analogous to unit tests in other languages. Testing the workflow or the entire pipeline is analogous to what's called integration tests in other languages, where we test the interactions of the components.
27
27
28
28
[**nf-test**](https://www.nf-test.com/) is a tool that allows you to write module, workflow and pipeline level test. In short, it allows you to systematically check every individual part of the pipeline is working as expected, _in isolation_.
0 commit comments