mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	In addition to the test which checks to to see if each endpoint in code (urls.py) is documented in the openapi documentation (and with the right arugments). We now also have a test to see if every endpoint in the openapi documentation is a legitimate endpoint also existing in code. We do this by piggy-backing on the work done be the former test and using set operations. This method avoid the need for an extra loop and it uses set operations for additional speed and ease of reading.
		
			
				
	
	
	
		
			16 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			16 KiB