mirror of
				https://github.com/enpaul/peewee-plus.git
				synced 2025-11-04 01:08:38 +00:00 
			
		
		
		
	Add check for __all__ items
This commit is contained in:
		@@ -31,3 +31,10 @@ def test_about():
 | 
			
		||||
        )
 | 
			
		||||
        is True
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def test_all():
 | 
			
		||||
    """Test that the string entries in ``__all__`` are correct"""
 | 
			
		||||
 | 
			
		||||
    for item in peewee_plus.__all__:
 | 
			
		||||
        assert hasattr(peewee_plus, item)
 | 
			
		||||
		Reference in New Issue
	
	Block a user