Changes

Summary

  1. Migrate NetworkX tests to 2.4 (commit: 625319e) (details)
  2. Added coverage to the dependencies (commit: 2ae909b) (details)
  3. Bibliography tests (commit: fbc4388) (details)
  4. Typing adjustments (commit: 33e484c) (details)
  5. Mark some tests as slow (commit: a8fb0ca) (details)
  6. Tests for generic stuff from macrogen.report (commit: 9d51dab) (details)
  7. Some code cleanup in report.py (commit: 1b5aacb) (details)
  8. Moved non-integrated parts out of main source tree (commit: 7b07649) (details)
  9. Document markers for slow tests (commit: d674b51) (details)
Commit 625319efe8af6e7edb45882c67fa8621e8381e78 by Thorsten Vitt
Migrate NetworkX tests to 2.4

Fixes #28
(commit: 625319e)
The file was modified tests/test_uris.py (diff)
The file was modified tests/test_fes.py (diff)
Commit 2ae909b0dd48755ee74d19e43d36fb71727d687b by Thorsten Vitt
Added coverage to the dependencies
(commit: 2ae909b)
The file was modified poetry.lock (diff)
The file was modified pyproject.toml (diff)
The file was addedtests/test_bibliography.py
The file was modified tests/test_fes.py (diff)
The file was modified src/macrogen/datings.py (diff)
The file was modified src/macrogen/fes.py (diff)
The file was modified tests/test_graph.py (diff)
The file was modified tests/test_witnesses.py (diff)
Commit 9d51dab93df507d7b6c574572b4e1508a264ad00 by Thorsten Vitt
Tests for generic stuff from macrogen.report
(commit: 9d51dab)
The file was addedtests/test_report_generic.py
The file was modified src/macrogen/report.py (diff)
The file was modified src/macrogen/uris.py (diff)
The file was modified src/macrogen/report.py (diff)
Commit 7b07649b3870fbace4f3d130e238ae045b8e55f3 by Thorsten Vitt
Moved non-integrated parts out of main source tree
(commit: 7b07649)
The file was removedsrc/macrogen/faust.py
The file was addedutil_scripts/dates.py
The file was addedutil_scripts/convert_table.py
The file was removedsrc/macrogen/faust_logging.py
The file was removedsrc/macrogen/convert_table.py
The file was removedsrc/macrogen/dates.py
The file was addedutil_scripts/faust.py
The file was modified pyproject.toml (diff)
The file was modified src/macrogen/uris.py (diff)
The file was modified tests/skiptest_dates.py (diff)
Commit d674b51ee88d56caf2685a9e1c135648297567ec by Thorsten Vitt
Document markers for slow tests
(commit: d674b51)
The file was modified src/macrogen/uris.py (diff)
The file was addedpytest.ini