Andreas Scherbaum on Nostr: I have a #Python script which is modifying files, and output some text. All very ...
I have a #Python script which is modifying files, and output some text. All very generic. This will not be a standalone Python class.
What is a good way to have tests for this script?
Seems like the Python test frameworks all only test single classes, not more complex examples. And while I might be able to test functions, I might miss more details when not testing the overall functionality.
#Test #Testing
What is a good way to have tests for this script?
Seems like the Python test frameworks all only test single classes, not more complex examples. And while I might be able to test functions, I might miss more details when not testing the overall functionality.
#Test #Testing