Hoyant-Su
Update ShellOps dataset
ac9f14b
def test_incident_creation():
inc = Incident(incident_id="T123", description="test")
assert inc.incident_id == "T123"
def test_incident_id_presence():
inc = Incident(incident_id="T456", description="another")
assert hasattr(inc, "incident_id")