Skip to content

Commit

Permalink
Tests, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWatzinger committed Jan 11, 2025
1 parent 45227ff commit 8934bc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion openatlas/views/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ def index_changelog() -> str:

# pylint: disable=too-many-lines
versions = {
'8.10.0': ['TBA', {}],
'8.10.0': ['TBA', {
'feature': {
'2417': 'Make count from tabs more visible',
'2415': 'Manual: How to report an issue on redmine',
'2444': 'Refactor and minor improvements'}
}],
'8.9.0': ['2025-01-01', {
'feature': {
'2079': 'Text annotation',
Expand Down
2 changes: 1 addition & 1 deletion tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_admin(self) -> None:
source.link('P2', g.types[source_type.subs[1]])

rv = c.get(url_for('check_dates'))
assert b'<span class="tab-counter">' in rv.data
assert b'tab-counter' in rv.data

rv = c.get(url_for('check_link_duplicates'))
assert b'Event Horizon' in rv.data
Expand Down

0 comments on commit 8934bc6

Please sign in to comment.