We just set up our testing suite to run with, simply, ‘nosetests’. (or ’nosetests —with-xunit’) It runs locally just fine, and seems to do fine with that command on both Codeship and CircleCI as well (we’re evaluating both Codeship and CircleCI). We were looking forward to automatic parallelization of tests on CircleCI as described here [https://circleci.com/blog/announcing-automatic-test-balancing/ https://circleci.com/blog/announcing-automatic-test-balancing/], and were somewhat disappointed that the automatic detection/parallelization didn’t work for us. What we would like to accomplish is parallelized testing on CircleCI using nosetests. Can this be done? If so, how? We looked into the documentation here [https://circleci.com/docs/test-metadata/#python https://circleci.com/docs/test-metadata/#python] and while there are instructions for Django and django-nose, we’re using Flask and vanilla nosetests. Thanks!
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Can't lower my build parallelism | 4 | 887 | June 18, 2018 | |
Parallel "stock" Python unit tests with 2.0? | 4 | 3029 | February 6, 2019 | |
Infer nosetests in python project | 2 | 2584 | June 18, 2018 | |
How to disable the default nosetests? | 3 | 2927 | June 18, 2018 | |
Import Error When running Unittests with Nosetests python | 1 | 3015 | June 18, 2018 |