mirror of
				https://github.com/ets-labs/python-dependency-injector.git
				synced 2025-11-04 18:07:44 +03:00 
			
		
		
		
	Add fixtures generator output on success
This commit is contained in:
		
							parent
							
								
									f85e90335c
								
							
						
					
					
						commit
						c2df1de24f
					
				| 
						 | 
					@ -37,6 +37,7 @@ def create_sqlite(movies_data, path):
 | 
				
			||||||
def main():
 | 
					def main():
 | 
				
			||||||
    create_csv(SAMPLE_DATA, CSV_FILE)
 | 
					    create_csv(SAMPLE_DATA, CSV_FILE)
 | 
				
			||||||
    create_sqlite(SAMPLE_DATA, SQLITE_FILE)
 | 
					    create_sqlite(SAMPLE_DATA, SQLITE_FILE)
 | 
				
			||||||
 | 
					    print('OK')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if __name__ == '__main__':
 | 
					if __name__ == '__main__':
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user