Stop pretending that there are tests.
This commit is contained in:
		
							parent
							
								
									ca8c642add
								
							
						
					
					
						commit
						b846be75b0
					
				
					 8 changed files with 0 additions and 65 deletions
				
			
		|  | @ -1,12 +0,0 @@ | |||
| import unittest | ||||
| 
 | ||||
| import etiquette | ||||
| 
 | ||||
| 
 | ||||
| class EtiquetteTest(unittest.TestCase): | ||||
|     def setUp(self): | ||||
|         self.P = etiquette.photodb.PhotoDB(ephemeral=True) | ||||
| 
 | ||||
|     def tearDown(self): | ||||
|         self.P.close() | ||||
|         del self.P | ||||
|  | @ -1,11 +0,0 @@ | |||
| import unittest | ||||
| 
 | ||||
| import common | ||||
| import test_albums | ||||
| import test_bookmarks | ||||
| import test_photos | ||||
| import test_search | ||||
| import test_tags | ||||
| import test_users | ||||
| 
 | ||||
| unittest.main() | ||||
|  | @ -1,17 +0,0 @@ | |||
| import common | ||||
| 
 | ||||
| 
 | ||||
| class AlbumTest(common.EtiquetteTest): | ||||
|     def setUp(self): | ||||
|         super().setUp() | ||||
| 
 | ||||
| 
 | ||||
| class AlbumSumsTest(AlbumTest): | ||||
|     def test_sum_photos(self): | ||||
|         pass | ||||
| 
 | ||||
|     def test_sum_bytes_local(self): | ||||
|         pass | ||||
| 
 | ||||
|     def test_sum_bytes_recursive(self): | ||||
|         pass | ||||
|  | @ -1,5 +0,0 @@ | |||
| import common | ||||
| 
 | ||||
| 
 | ||||
| class BookmarkTest(common.EtiquetteTest): | ||||
|     pass | ||||
|  | @ -1,5 +0,0 @@ | |||
| import common | ||||
| 
 | ||||
| 
 | ||||
| class PhotoTest(common.EtiquetteTest): | ||||
|     pass | ||||
|  | @ -1,5 +0,0 @@ | |||
| import common | ||||
| 
 | ||||
| 
 | ||||
| class SearchTest(common.EtiquetteTest): | ||||
|     pass | ||||
|  | @ -1,5 +0,0 @@ | |||
| import common | ||||
| 
 | ||||
| 
 | ||||
| class TagTest(common.EtiquetteTest): | ||||
|     pass | ||||
|  | @ -1,5 +0,0 @@ | |||
| import common | ||||
| 
 | ||||
| 
 | ||||
| class UserTest(common.EtiquetteTest): | ||||
|     pass | ||||
		Loading…
	
		Reference in a new issue