Let's say I'm testing a web service and I have a couple of scenarios requires user to be authenticated: Scenario #1: Customer sign-up Scenario #2: Customer si
When I read the opensource code: there have this code below: streamConn := func(dst io.Writer, src io.Reader) { io.Copy(dst, src)
I am new to WebApplicationFactory use and want to know what is the use of this WebApplicationFactory class for integration tests. as my understanding, it is use
I trying to migrate my backend website (containing API service to mobile apps) from LAMP into docker platform. currently this docker split into 3 parts (Laravel
I run a docker container of nginx with the following: docker container run -d --name nginx3 -p 85:80 -v $(pwd):/usr/share/nginx/html nginx , then when I add fil
This is my current code that works but is slow: pivot_df = pd.pivot_table(df, values = ["val1","val2"], index=['date'], columns = 'category2') df = pd.merge(df,
I'm trying to make a little bot that will remove specific roles from a list of users I specify. I have all of the id's and usernames of the users I need to remo
I created this function which is a filter with checkboxes. How can I add the functionality where you can check all/uncheck all to my existing code, aslo adding
im using ubuntu 14.04 LTS and i tried installing python3.10 and in the end i installed it but when i tried to use pip it gave me this: Traceback (most recent ca