for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
import pytest
def test_datapoint(og_kush):
assert og_kush.name == 'Og Kush'
assert hasattr(og_kush, 'images')