goodbyekansas / firm

Firm is the base for the functional VFX pipeline - No one leaves the firm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove test prefix in test function names

sakarias88 opened this issue · comments

On some places we define test functions like the following.

#[test]
fn test_something()

"test" in the beginning of the function name is redundant. Remove it.