Skip to content

Commit

Permalink
chore: apply review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed Sep 19, 2024
1 parent f8a35da commit af83952
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ testResourcesSetupOnce
In Pharo, some test runners nest suites and currently test resources are not
properly handled in that case, i.e., test resources would be instantiated
once per test class (usually)."
self assert: SCIDummyPharoTestResource setUpCounter isNil.
self assert: SCIDummyPharoTestResource tearDownCounter isNil.

SmalltalkCI testRunnerClass runSpec: (SCIDummySpec forClasses: {
SCIPharoTestSuiteNestingTestCase1.
SCIPharoTestSuiteNestingTestCase2 }).
Expand Down

0 comments on commit af83952

Please sign in to comment.