Skip to content

Commit 3f477b8

Browse files
Documentation: Development environment #442
1 parent f2e960b commit 3f477b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2037
-1149
lines changed

docs/changelog.rst

+7-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,19 @@ Please make sure you have a fresh **database backup** before upgrading! Upgradin
1717
----
1818

1919

20-
v1.28.0 - 2019-01-03
20+
v1.28.0 - 2019-01-04
2121
^^^^^^^^^^^^^^^^^^^^
2222

23+
.. note::
24+
25+
This will be the last release for a few months until spring 2019.
26+
2327
**Tickets resolved in this release:**
2428

2529
- [`#571 <https://github.com/dennissiemensma/dsmr-reader/issues/571>`_] Trends klok omdraaien
2630
- [`#570 <https://github.com/dennissiemensma/dsmr-reader/issues/570>`_] Herinstallatie/verwijdering documenteren
27-
- [`#442 <https://github.com/dennissiemensma/dsmr-reader/issues/442>`_] Documentation: Development environment
31+
- [`#442 <https://github.com/dennissiemensma/dsmr-reader/issues/442>`_] Documentation: Development environment
32+
- Requirements update
2833

2934

3035
----

docs/development.rst

+14-2
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ The application will be accessible on: ``http://localhost:8000/``.
118118
Any code changes you make will let the application reload automatically.
119119

120120

121-
Tests
122-
-----
121+
Tests and coverage
122+
------------------
123+
124+
DSMR-reader's test coverage should remain as high as possible. Running tests will also analyze the test coverage in detail.
123125

124126
The easiest way to run tests is to use the in-memory tests::
125127

@@ -136,6 +138,16 @@ To test all database backends, run::
136138
source ~/.virtualenvs/dsmrreader/bin/activate
137139
./tools/test-all.sh
138140

141+
The test coverage should be visible in the terminal after running tests.
142+
There are detailed HTML pages available as well, after each test run, in ``coverage_report/html/index.html``.
143+
Just open it with your browser to view the test coverage of each file and line.
144+
145+
.. note::
146+
147+
A side effect of running tests is that it may also regenerate .PO files from the ``docs/`` folder.
148+
If you did not make any changes there, your should just ignore those changed files and revert them.
149+
150+
139151
Translations
140152
------------
141153

-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.
-41 Bytes
Binary file not shown.

docs/locale/nl/LC_MESSAGES/api.mo

544 Bytes
Binary file not shown.
184 Bytes
Binary file not shown.
3.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)