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 | 3 | 929 | March 1, 2017 | |
| Parallel "stock" Python unit tests with 2.0? | 3 | 3058 | November 8, 2018 | |
| Infer nosetests in python project | 1 | 2616 | January 9, 2016 | |
| How to disable the default nosetests? | 2 | 2955 | December 18, 2016 | |
| Import Error When running Unittests with Nosetests python | 0 | 3039 | August 24, 2017 |