Category Tools

Testing Patterns

While building tempest/highlight, I came across an interesting design problem. One of its core components is a concept called “patterns”; these are classes that match a very specific part of code-to-be-highlighted using regex. Part of my test suite’s responsibility is…