byuccl / bfasst

Tools for FPGA Assurance Flows
Apache License 2.0
12 stars 5 forks source link

Update unit tests #389

Closed KeenanRileyFaulkner closed 8 months ago

KeenanRileyFaulkner commented 10 months ago
jgoeders commented 10 months ago

I'm not sure I want to combine test and tests, as they mean somewhat different things. test is specifically for unit tests, while tests because a shortened form of experiment configurations. When I suggested the tests name to @yonnorc42, the closeness with test didn't occur to me. We probably need a better name for these files. configs?

KeenanRileyFaulkner commented 10 months ago

That's fine. I made the suggestion because I think the unittest module will support either test or tests as the name of the folder and those tests have also integrated into CI. But we can keep them separate and rename the one with the yaml files.

jgoeders commented 10 months ago

Lets move all yaml files to test/yml/* and remove the non-ci related configurations.

yonnorc42 commented 9 months ago

@jgoeders So do you want to move all the weeklytests and ci yaml files to the test/ directory? And then get rid of all the yaml files in tests/ that aren't weeklytests or ci?