Skip to content

Commit 459ef6e

Browse files
authored
Merge pull request #293 from peopledoc/pytest-configuration-fix
[Doc] Fixed a missing ``cd`` in docs. You can't run pytest from project root.
2 parents e8f19dc + 90a5840 commit 459ef6e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ChangeLog
55
master (unreleased)
66
===================
77

8-
Nothing here yet.
8+
- [Documentation] Fixed a missing ``cd`` in docs. You can't run pytest from project root (#293).
99

1010
Release 1.2.1 (2018-01-12)
1111
==========================

docs/source/dev.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ We've added a section in our ``setup.cfg``, so you should be able to run tests s
6161

6262
.. code:: shell
6363
64+
$ cd demo/
6465
$ py.test
6566
6667

formidable/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from .json_migrations import latest_version
44

5-
65
default_app_config = 'formidable.app.FormidableConfig'
76
version = '1.3.0.dev0'
87
json_version = latest_version

0 commit comments

Comments
 (0)