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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,18 @@ worse. This extension provides an aid for that.
14
14
15
15
## Running smelly
16
16
17
+
### CLI
18
+
19
+
Smelly is available to run via [command line](https://github.com/marabesi/smelly-test/tree/main/cli)
20
+
17
21
### VsCode marketplace
18
22
19
23
Installing it from [VsCode marketplace](https://marketplace.visualstudio.com/items?itemName=marabesi.smelly-test)
20
24
25
+
### Programmatically
26
+
27
+
The [core of smelly](https://github.com/marabesi/smelly-test/tree/main/detector) is avaiable for usage as well, it allows tools to us the smell test detection engine.
28
+
21
29
## The research behind Smelly
22
30
23
31
This extension is one of the results of an ongoing research effort to navigate the intersection between the TDD
0 commit comments