Skip to content

Commit edb7b74

Browse files
Merge pull request #175 from baloo/baloo/doc/tests-in-docker
doc: Running mysql in docker
2 parents 43c7db7 + e16c299 commit edb7b74

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/developement.rst

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ To run tests:
4343

4444
python setup.py test
4545

46+
Running mysql in docker:
47+
48+
::
49+
50+
docker run --name python-mysql-replication-tests -e MYSQL_ALLOW_EMPTY_PASSWORD=true -p 3306:3306 --rm percona:latest --log-bin=mysql-bin.log --server-id 1 --binlog-format=row --gtid_mode=on --enforce-gtid-consistency=on --log_slave_updates
51+
4652

4753
Each pull request is tested on Travis CI:
4854
https://travis-ci.org/noplay/python-mysql-replication

0 commit comments

Comments
 (0)