Skip to content
Snippets Groups Projects
Commit 68de9da9 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

TST: fixed unit tests to cover the changed name of a default transformer

parent 30dbbccc
No related branches found
No related tags found
2 merge requests!160STY: styling,!126Transformers
Pipeline #45812 failed
ifelse:
submatch:
package: caoscrawler.transformer_functions
function: ifelse
split:
......
......@@ -18,10 +18,10 @@ RootDir:
in: $day_short
out: $day_long
functions:
- ifelse: # name of the function
- submatch: # name of the function
match: Mon # match is one specific argument
then: Monday # then another one
- ifelse: # next function
- submatch: # next function
match: Tue
then: Tuesday
TestSplit:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment