Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix docs #4493

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading