Skip to content

Commit

Permalink
Merge 2c1e55d into 97cd301
Browse files Browse the repository at this point in the history
  • Loading branch information
pmantica1 committed Mar 21, 2019
2 parents 97cd301 + 2c1e55d commit c07b122
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -28,6 +28,16 @@ pipenv shell
py.test graphql_compiler/tests
```

If you have any trouble starting the mysql database, make sure mysql service is not already
running outside of docker. You can stop mysql service in OSX with:
```bash
brew services stop mysql
```
or on Ubuntu with
```bash
service mysql stop
```

Some snapshot and integration tests take longer to setup, run, and teardown. These can be optionally
skipped during development by running the tests with the `--skip-slow` flag:
```bash
Expand Down

0 comments on commit c07b122

Please sign in to comment.