mirror of
				https://github.com/psycopg/psycopg2.git
				synced 2025-10-31 07:47:30 +03:00 
			
		
		
		
	Fixed test suite execution as a script
Don't know why I changed the defaultTest argument into a function when I converted the test suite into a package: that argument should be really a string.
This commit is contained in:
		
							parent
							
								
									39dd577c90
								
							
						
					
					
						commit
						a01700d478
					
				|  | @ -55,4 +55,4 @@ def test_suite(): | |||
|     return suite | ||||
| 
 | ||||
| if __name__ == '__main__': | ||||
|     unittest.main(defaultTest=test_suite) | ||||
|     unittest.main(defaultTest='test_suite') | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user