You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Molecule support completely transparent class augmentation into component (not n
14
14
15
15
### Installing Molecule for the last Pharo
16
16
17
-
Pharo 11 (build 677+) :
17
+
Pharo 11 :
18
18
19
19
```smalltalk
20
20
Metacello new
@@ -149,10 +149,6 @@ The GPS data and view map are implemented as Molecule components.
149
149
In a second way, we reuse an existing non-component class in our Molecule application (MolGPSHardware).
150
150
To do so, we augment this class with component behavior.
151
151
152
-
## Test coverage
153
-
154
-
Molecule includes more than 250 unit tests, we have also written tests that simulate the work of a developer when creating and modifying components. Test coverage is detailed in the release notes.
0 commit comments