Skip to content

Commit

Permalink
Resolves Issue: PalisadoesFoundation#384
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev-Dominic committed Sep 15, 2020
1 parent 01bc0f3 commit 4df0989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/unittest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Assuming you already have the `pattoo` database set up, these steps will copy
the contents of the pattoo database to a new `pattoo_unittest` database so that
it can be used by the local unittests.

::
.. code-block:: console
$ mysqldump -u root -p pattoo > pattoo.sql
Enter password:
$ mysql -u root -p pattoo_unittest < pattoo.sql
Expand Down

0 comments on commit 4df0989

Please sign in to comment.