VulnerabilityHistoryProject / vulnerability-history

vulnerabilityhistory.org
MIT License
32 stars 5 forks source link

Move all of routing tests to a routing folder. #1141

Closed diego-avila-358 closed 11 months ago

diego-avila-358 commented 1 year ago

Motivation

Why do we need this? Better organization of tests, separation of routing and controllers.

Details

All of the controllers have routing testing within them. For increasing unit test structure, we are migrating all routing tests into a singular routing file.

Tasks