Estêvão Emerick Calheira

Results 3 comments of Estêvão Emerick Calheira

Yeah, true. I was doing some tests with `subprocess.run(["clear"])` on docker and found that the `TERM` env var should be present on the container for it to work and I...

@tony, currently I'm using the following solution: `ptw --runner "pytest --picked --testmon ./test"` with the following libraries for testing: ``` pyparsing==3.0.9 attrs==21.4.0 py==1.11.0 iniconfig==1.1.1 packaging==21.3 pluggy==1.0.0 pytest==7.1.2 pytest-testmon==1.3.4 colorama==0.4.5 coverage==6.4.2...