Skip to content

Commit

Permalink
Move StackTraceBinarySerializer test to Pharo package
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Sep 19, 2023
1 parent d660ba0 commit ef39def
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions source/BaselineOfLaunchpad/BaselineOfLaunchpad.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,11 @@ BaselineOfLaunchpad >> setUpTestPackages: spec [
with: [ spec requires: 'Launchpad-Tracing' ];
group: 'Tests' with: 'Launchpad-Tracing-Tests'.

spec
package: 'Launchpad-Tracing-Pharo-Tests'
with: [ spec requires: 'Launchpad-Tracing' ];
group: 'Tests' with: 'Launchpad-Tracing-Pharo-Tests'.

spec
package: 'Launchpad-Commands-Tests' with: [
spec requires:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A StackTraceBinarySerializerTest is a test class for testing the behavior of Sta
Class {
#name : #StackTraceBinarySerializerTest,
#superclass : #StackTraceDumperTest,
#category : #'Launchpad-Tracing-Tests'
#category : #'Launchpad-Tracing-Pharo-Tests'
}

{ #category : #coverage }
Expand Down
1 change: 1 addition & 0 deletions source/Launchpad-Tracing-Pharo-Tests/package.st
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Package { #name : #'Launchpad-Tracing-Pharo-Tests' }

0 comments on commit ef39def

Please sign in to comment.