Skip to content

Illustrate a simple unit test

Marek Szuba requested to merge feature/parse_test into feature/xref_sprint

Created by: nerdstrike

Description

creation of test data on the fly. Introduce a custom resultset for DependentXref in order to present convenience methods, and provide a data creation shortcut.

Use case

Create the data you need in the unit test. No fixtures required

Benefits

More realistic testing example

Possible Drawbacks

I could do more to this test, but I should probably be doing that to the cleaned up version of RGDParser

Testing

Yes

Merge request reports