File tree 1 file changed +0
-15
lines changed
example/pythonlib/basic/1-simple
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,6 @@ object foo extends PythonModule {
11
11
12
12
}
13
13
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
-
29
14
// This is a basic Mill build for a single `PythonModule`, with one
30
15
// dependency and a test suite using the `Unittest` Library.
31
16
//
You can’t perform that action at this time.
0 commit comments