Skip to content

Commit 75e7b70

Browse files
authored
fix docs (#4493)
1 parent 1395302 commit 75e7b70

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

example/pythonlib/basic/1-simple/build.mill

-15
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,6 @@ object foo extends PythonModule {
1111

1212
}
1313

14-
// > mill server.test
15-
//...com.example.ServerTest#shouldReturnStaticPage() finished...
16-
//...com.example.ServerTest#shouldReturnPositiveAnalysis() finished...
17-
//...com.example.ServerTest#shouldReturnNegativeAnalysis() finished...
18-
//
19-
//> mill server.runBackground
20-
//
21-
//> curl http://localhost:8086
22-
//...<title>Sentiment Analysis Tool</title>...
23-
//
24-
//> curl -X POST http://localhost:8086/api/analysis -H "Content-Type: text/plain" --data "This is awesome!" # Make request to the analysis api
25-
//Positive sentiment (polarity: 1.0)
26-
//
27-
//> mill clean server.runBackground
28-
2914
// This is a basic Mill build for a single `PythonModule`, with one
3015
// dependency and a test suite using the `Unittest` Library.
3116
//

0 commit comments

Comments
 (0)