We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf40a68 commit eb72717Copy full SHA for eb72717
README.md
@@ -10,6 +10,15 @@ Metacello new
10
11
Spy2 is also available on the Pharo Catalog Browser.
12
13
+If you have a local copy of Spy, then you can load it via:
14
+```Smalltalk
15
+Metacello new
16
+ baseline: 'Spy2';
17
+ repository: 'gitlocal:///Users/alexandrebergel/Dropbox/GitRepos/Spy2' ;
18
+ lock;
19
+ load
20
+```
21
+
22
# Hapao
23
Hapao is a test coverage tool for Pharo and VisualWorks. After having run your test, it gives an intuitive visualization of the test coverage.
24
More information can be found on *http://bergel.eu/download/papers/Berg12c-HapaoSCP.pdf*
0 commit comments