Jump to content

Module:EUPP seats/testcases

From Wikipedia, the free encyclopedia
-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_main()
	-- number of seats of an institution
	self:preprocess_equals('{{#invoke:EUPP seats|main|EC}}', '27')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EP}}', '720')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EUCO}}', '27')
	self:preprocess_equals('{{#invoke:EUPP seats|main|COR}}', '329')
	self:preprocess_equals('{{#invoke:EUPP seats|main|lower-house}}', '6318')
	
	-- number of seats of a single European party in an institution
	self:preprocess_equals('{{#invoke:EUPP seats|main|EC|EPP}}', '11')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EP|EPP}}', '182')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EUCO|EPP}}', '11')
	self:preprocess_equals('{{#invoke:EUPP seats|main|COR|EPP}}', '118')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EUCO|IND}}', '4')
	self:preprocess_equals('{{#invoke:EUPP seats|main|lower-house|ALDE}}', '405')
	self:preprocess_equals('{{#invoke:EUPP seats|main|ms-upper-house|ECR}}', '102')
	
	-- share of seats of a single European party in an institution
	self:preprocess_equals('{{#invoke:EUPP seats|main|EC|EPP|%}}', '40.74')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EP|EPP|%}}', '25.28')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EUCO|EPP|share}}', '40.74')
	self:preprocess_equals('{{#invoke:EUPP seats|main|COR|EPP|share}}', '35.87')
	self:preprocess_equals('{{#invoke:EUPP seats|main|lower|ECPM|share}}', '6.81')
	
	-- number of seats of all combined European parties in an institution
	self:preprocess_equals('{{#invoke:EUPP seats|main|EC|all}}', '21')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EP|all}}', '635')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EUCO|all}}', '22')
	self:preprocess_equals('{{#invoke:EUPP seats|main|COR|all}}', '301')
	
	-- share of seats of all combined European parties in an institution
	self:preprocess_equals('{{#invoke:EUPP seats|main|EC|all|share}}', '77.78')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EP|all|share}}', '88.19')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EUCO|all|%}}', '81.48')
	self:preprocess_equals('{{#invoke:EUPP seats|main|COR|all|%}}', '91.49')
	
	-- number of seats not occupied by European parties in an institution
	self:preprocess_equals('{{#invoke:EUPP seats|main|EC|none}}', '6')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EP|none}}', '85')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EUCO|none}}', '1')
	self:preprocess_equals('{{#invoke:EUPP seats|main|COR|none}}', '28')
	
	-- share of seats not occupied by European parties in an institution
	self:preprocess_equals('{{#invoke:EUPP seats|main|EC|none|%}}', '22.22')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EP|none|share}}', '11.81')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EUCO|none|%}}', '3.7')
	self:preprocess_equals('{{#invoke:EUPP seats|main|COR|none|share}}', '8.51')
	
	-- composition bar
		-- testing output for one party
	self:preprocess_equals('{{#invoke:EUPP seats|composition_bar|lower-house|EDP}}', '{{Composition bar|406|6318|hex=#FFD700}}')
	self:preprocess_equals('{{#invoke:EUPP seats|composition_bar|ms-upper-house|EFA}}', '{{Composition bar|102|1497|hex=#FFD700}}')
	self:preprocess_equals('{{#invoke:EUPP seats|composition_bar|lower-house|EGP}}', '{{Composition bar|0|6318|hex=#186CA8}}')
	
		-- test other parameters
	self:preprocess_equals('{{#invoke:EUPP seats|composition_bar|upper-house|ALDE|width=80%|percent=yes}}', '{{Composition bar|102|1497|hex=#FFD700|width=80%|per=1}}')
	
	-- testing error messages
		-- missing institution
	self:preprocess_equals('{{#invoke:EUPP seats|main}}', 'error – missing required institution')
	self:preprocess_equals('{{#invoke:EUPP seats|main|}}', 'error – missing required institution')
	
		-- unknown institution
	self:preprocess_equals('{{#invoke:EUPP seats|main|APPF}}', 'error - unknown institution: APPF')
	self:preprocess_equals('{{#invoke:EUPP seats|main|APPF|EPP}}', 'error - unknown institution: APPF')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EPP}}', 'error - unknown institution: EPP')
		
		-- party missing when asking for share
	self:preprocess_equals('{{#invoke:EUPP seats|main|EC|%}}', 'error - party is required for a share of seats')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EP||%}}', 'error - party is required for a share of seats')
	
		-- unknown party
	self:preprocess_equals('{{#invoke:EUPP seats|main|EC|Volt}}', 'error - unknown party: VOLT')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EP|Pirates|share}}', 'error - unknown party: PIRATES')
	
		-- unavailable parameter for lower/upper houses
	self:preprocess_equals('{{#invoke:EUPP seats|main|lower-house|none}}', 'error')
	self:preprocess_equals('{{#invoke:EUPP seats|main|upper|IND}}', 'error')
	
		-- calling thisparty outside of the page of a European party
	self:preprocess_equals('{{#invoke:EUPP seats|main|EC|thisparty}}', 'error - module not called from the page of a European party')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EP|THISPARTY}}', 'error - module not called from the page of a European party')
	self:preprocess_equals('{{#invoke:EUPP seats|main|EUCO|THISPARTY|%}}', 'error - module not called from the page of a European party')
	self:preprocess_equals('{{#invoke:EUPP seats|main|lower-house|THISPARTY}}', 'error - module not called from the page of a European party')
	
		-- unknown parameter
	self:preprocess_equals('{{#invoke:EUPP seats|main|EC|PES|fraction}}', 'error - unknown parameter: FRACTION')
	
		-- composition_bar
	self:preprocess_equals('{{#invoke:EUPP seats|composition_bar|lower-house|test}}', 'unknown party: TEST')
	self:preprocess_equals('{{#invoke:EUPP seats|composition_bar|test|ALDE}}', 'unknown house type: TEST')
	self:preprocess_equals('{{#invoke:EUPP seats|composition_bar|lower-house|thisparty}}', 'not called from the page of a European party')

	
end

return p