Closed jcalabro closed 1 week ago
Oh wow, we really need to get tests running in CI so we don't get backlogged like this...and we probably need to make a metaprogramming system to spare us some of the pain of our URL system.
What's happening here is that we have a collection of regexes for routing, and each regex has a corresponding Build function. We have a special coverage test that ensures that all our Build functions are covered, and therefore that we never generate URLs that we can't route. But because the tests currently don't run automatically we just fall behind.
You don't have to worry about that here. Your code looks good. Thanks!
I noticed this when running the site locally.
I wanted to run the test suite, but that was not working? I'm getting duplicate
main()
issues under fishbowl-tools, and if I just togo test ./src/...
, I get:Is that expected?