Closed ricardobrg closed 1 year ago
Test Scenario 1: Retrieve all licenses for a valid title
title
ptr
origin
tags
description
license
uses
terms
expiry
all
LicenseRecord
Test Scenario 2: Retrieve all licenses for an invalid title
Test Scenario 3: Retrieve all licenses for a title with no licenses
Can I work on this?
@Harshit933 Assigned!
Test Scenario 1: Retrieve all licenses for a valid title
title
method with a validptr
,origin
,tags
, anddescription
.license
method with the title'sptr
,origin
,uses
,terms
,description
, andexpiry
.all
method with the title'sptr
andorigin
.LicenseRecord
objects with correct values for each field.Test Scenario 2: Retrieve all licenses for an invalid title
all
method with an invalidptr
and a validorigin
.Test Scenario 3: Retrieve all licenses for a title with no licenses
title
method with a validptr
,origin
,tags
, anddescription
.all
method with the title'sptr
andorigin
.