Merge branch 'master' into update-readme
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/pr Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/pr Build is passing
				
			This commit is contained in:
		
							
								
								
									
										9
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								.drone.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| --- | ||||
| kind: pipeline | ||||
| name: default | ||||
|  | ||||
| steps: | ||||
|   - name: test | ||||
|     image: python:3 | ||||
|     commands: | ||||
|       - python3 test.py | ||||
							
								
								
									
										22
									
								
								test.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								test.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,22 @@ | ||||
| import unittest | ||||
|  | ||||
| class BasicTest(unittest.TestCase): | ||||
|  | ||||
|     def test_empty(self): | ||||
|         self.assertTrue(True) | ||||
|  | ||||
|     def test_second(self): | ||||
|         self.assertTrue(True) | ||||
|  | ||||
|     def test_third(self): | ||||
|         self.assertTrue(True) | ||||
|  | ||||
|     def test_four(self): | ||||
|         self.assertTrue(True) | ||||
|  | ||||
|     def test_five(self): | ||||
|         self.assertTrue(True) | ||||
|  | ||||
| if __name__ == '__main__': | ||||
|     unittest.main() | ||||
|     print("ok, finished") | ||||
		Reference in New Issue
	
	Block a user