giampaolo / pyftpdlib

Extremely fast and scalable Python FTP server library
MIT License
1.65k stars 265 forks source link

Add ability to run tests in parallel #632

Closed giampaolo closed 2 weeks ago

giampaolo commented 2 weeks ago

We can do this now that we use pytest.

giampaolo commented 2 weeks ago

Done in e23b8ee1. The speedup with 14 cores is impressive.

$ make test
...
=== 705 passed, 91 skipped, 1 warning in 12.99s ===

$ make test-parallel
...
==== 705 passed, 91 skipped, 1 warning in 2.55s ===