In TinyBlogEn-gitc55a88d.pdf on page 11 (2.7 Post Queries):
TestCase subclass: #TBPostTest instanceVariableNames: '' classVariableNames: '' package: 'TinyBlog-Tests' Every time I save this new class, it ends up in the TinyBlog package, not TinyBlog-Tests. I see that many other packages have *-Tests packages where their tests live. It seems to test OK so it’s not a stopper for me, but I get an error: “Test class not in a package with name ending with ‘-Tests’" I’d like to understand. I’m running: Pharo8.0.0 build: 1124, commit: 0932da8 On MacOS 11.3.1. M1 MbPro