Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broke up tests. #1104

Merged
merged 5 commits into from
Nov 10, 2015
Merged

broke up tests. #1104

merged 5 commits into from
Nov 10, 2015

Conversation

stopfstedt
Copy link
Member

fixes #1103

- if [ "$VALIDATE_SCHEMA" = true ]; then (bin/console doctrine:schema:validate --env=dev); fi
- if [ "$CHECK_CODING_STANDARDS" = true ]; then (bin/phpcs --standard=app/phpcs.xml src); fi
- if [ "$TEST_PHPUNIT_CONTROLLERS" = true ]; then (bin/phpunit -c phpunit.xml.dist --group controllers --coverage-clover build/logs/clover.xml); fi
- if [ "$TEST_PHPUNIT_OTHERS" = true ]; then (bin/phpunit -c phpunit.xml.dist --exclude-group mesh_data_import,controllers --coverage-clover build/logs/clover.xml); fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So when do the mesh_data_import tests get run?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they've been disabled in phpunit.xml.dist b/c they run forever and gobble up all the memory. that being said, thanks for the reminder. might throw them in here and see how we fare.

@jrjohnson
Copy link
Member

WHOA! Super fast tests. BIG BIG BETTER!

jrjohnson added a commit that referenced this pull request Nov 10, 2015
@jrjohnson jrjohnson merged commit af96af7 into ilios:master Nov 10, 2015
@stopfstedt stopfstedt deleted the divvy_up_tests branch November 10, 2015 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

break travis test runs up into two
2 participants