Modulo:Dati popolazione/test: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
riorganizzo test
aggiungo test
Riga 2:
local p = require("Module:UnitTests")
 
function p:test_ordine_di_precedenza_senza_Wikidatatest_ordine_di_precedenza_senza_elemento_Wikidata()
self:preprocess_equals_many("{{#invoke:Dati popolazione/sandbox|main|||", "}}", {
{"|valore manuale", "valore manuale"},
Riga 15:
end
 
function p:test_ordine_di_precedenza_con_Wikidatatest_ordine_di_precedenza_con_elemento_Wikidata()
self:preprocess_equals_preprocess_many("{{#invoke:Dati popolazione/sandbox|main|", "}}", "{{formatnum:{{Dati popolazione ", "}}}}", {
{"from=Q638613||||valore manuale", "DE-BB|12071414"},
Riga 23:
})
self:preprocess_equals_preprocess_many("{{#invoke:Dati popolazione/sandbox|main|", "}}", "{{Dati popolazione ", "}}", {
{"from=Q638613|||QUELLE|valore manuale", "DE-BB|12071414|QUELLE"},
{"from=Q638613|||STAND|valore manuale", "DE-BB|12071414|STAND"},
{"from=Q638613|DE-BB||STAND|valore manuale", "DE-BB|12071414|STAND"},
{"from=Q638613|DE-BB|12071414|STAND|valore manuale", "DE-BB|12071414|STAND"},
{"from=Q638613||12071414|STAND|valore manuale", "DE-BB|12071414|STAND"},
{"from=Q638613|||QUELLE|valore manuale", "DE-BB|12071414|QUELLE"},
{"from=Q638613|DE-BB||QUELLE|valore manuale", "DE-BB|12071414|QUELLE"},
{"from=Q638613|DE-BB|12071414|QUELLE|valore manuale", "DE-BB|12071414|QUELLE"},
{"from=Q638613||12071414|QUELLE|valore manuale", "DE-BB|12071414|QUELLE"},
})
end
 
function p:test_parametri_mancanti_senza_Wikidatatest_parametri_mancanti_senza_elemento_Wikidata()
self:preprocess_equals_many("{{#invoke:Dati popolazione/sandbox|main|", "}}", {
{"|12071414||valore manuale", ""},
Riga 47 ⟶ 53:
{"DE-BB|valore errato|STAND|valore manuale", ""},
{"DE-BB|valore errato|QUELLE|valore manuale", ""},
{"from=Q638613|valore errato|12071414", ""},
{"from=Q638613|valore errato|12071414|STAND", ""},
{"from=Q638613|valore errato|12071414|QUELLE", ""},
{"from=Q638613|DE-BB|valore errato", ""},
{"from=Q638613|DE-BB|valore errato|STAND", ""},
{"from=Q638613|DE-BB|valore errato|QUELLE", ""},
})
end