Tmr's profile - activity

2023-04-05 14:04:43 -0500 received badge Popular Question (source)
2023-02-08 13:51:18 -0500 marked best answer Docker: When does wing use build script?

I'm experimenting with Wing's docker integration, and I see that when I create a new project using docker, wing creates a build.sh file that builds a docker image when executed. I see that this script is set in the "Specify Build Script:" field of the container options screen.

What I don't understand though, is when Wing uses this script. I assume it does so when the project is initially created, but if I delete the image and restart the python shell (or wing), the image isn't rebuilt. So, when does wing execute this script itself, and when should I execute it?

2023-02-08 13:51:08 -0500 commented answer Docker: When does wing use build script?

Thanks! I didn't know about the Containers tool. I see it mentioned now on the new containers documentation

2023-02-07 18:48:31 -0500 received badge Popular Question (source)
2023-02-07 18:48:31 -0500 received badge Famous Question (source)
2023-02-07 18:48:31 -0500 received badge Notable Question (source)
2023-02-07 18:48:03 -0500 asked a question Docker: When does wing use build script?

Docker: When does wing use build script? I'm experimenting with Wing's docker integration, and I see that when I create

2021-09-03 12:56:11 -0500 marked best answer Test discovery without test running?

Is there any way to populate the list of individual tests in Wing's 'Testing' window without executing all the tests in a module? I would like to be able to select an individual test to run without first having to execute all the tests. Something similar to pytest --collect-only.

2021-09-03 12:56:11 -0500 received badge Scholar ( source )
2021-09-03 12:56:10 -0500 received badge Supporter ( source )
2021-09-02 17:33:48 -0500 commented answer Test discovery without test running?

Ah, I see it now. The testing menu item works as you describe. Thanks! If possible, It would also be nice if we could p

2021-09-02 15:26:45 -0500 commented answer Test discovery without test running?

Are you referring to 'Run Tests' in the right click menu? I wasn't aware of that feature. When I try to use it however I

2021-09-02 07:40:57 -0500 received badge Student (source)
2021-09-02 07:38:02 -0500 asked a question Test discovery without test running?

Test discovery without test running? Is there any way to populate the list of individual tests in Wing's 'Testing' windo