mirror of
				https://github.com/psycopg/psycopg2.git
				synced 2025-11-01 00:07:36 +03:00 
			
		
		
		
	Fixed broken test decorator preventing 3 tests to run
This commit is contained in:
		
							parent
							
								
									3410fee8d1
								
							
						
					
					
						commit
						0c0e2a2455
					
				|  | @ -395,6 +395,8 @@ def skip_if_no_truncate(f): | ||||||
| 
 | 
 | ||||||
|         return f(self) |         return f(self) | ||||||
| 
 | 
 | ||||||
|  |     return skip_if_no_truncate_ | ||||||
|  | 
 | ||||||
| class LargeObjectTruncateTests(LargeObjectMixin, unittest.TestCase): | class LargeObjectTruncateTests(LargeObjectMixin, unittest.TestCase): | ||||||
|     def test_truncate(self): |     def test_truncate(self): | ||||||
|         lo = self.conn.lobject() |         lo = self.conn.lobject() | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user