Skip to content

Commit

Permalink
Update build.mill
Browse files Browse the repository at this point in the history
  • Loading branch information
monyedavid authored Feb 6, 2025
1 parent 37b4748 commit 3378747
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions example/pythonlib/basic/1-simple/build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@ object foo extends PythonModule {

}

// > mill server.test
//...com.example.ServerTest#shouldReturnStaticPage() finished...
//...com.example.ServerTest#shouldReturnPositiveAnalysis() finished...
//...com.example.ServerTest#shouldReturnNegativeAnalysis() finished...
//
//> mill server.runBackground
//
//> curl http://localhost:8086
//...<title>Sentiment Analysis Tool</title>...
//
//> curl -X POST http://localhost:8086/api/analysis -H "Content-Type: text/plain" --data "This is awesome!" # Make request to the analysis api
//Positive sentiment (polarity: 1.0)
//
//> mill clean server.runBackground

// This is a basic Mill build for a single `PythonModule`, with one
// dependency and a test suite using the `Unittest` Library.
//
Expand Down

0 comments on commit 3378747

Please sign in to comment.