Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Josef-Friedrich/mscxyz
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Friedrich committed Jan 17, 2024
2 parents 335d8df + b4ee084 commit b84cb0b
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel virtualenv tox tox-gh-actions
# https://github.com/ymyzk/tox-gh-actions
- name: Run headless test Run tox targets for ${{ matrix.python-version }}
uses: coactions/setup-xvfb@v1
with:
run: python -m tox
- name: test Run tox targets for ${{ matrix.python-version }}
# uses: coactions/setup-xvfb@v1
# with:
run: python -m tox
82 changes: 82 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.1] - 2024-01-02

## [1.3.0] - 2021-06-23

## [1.2.0] - 2019-12-31

## [1.1.1] - 2019-12-31

## [1.1.0] - 2019-12-31

## [1.0.2] - 2019-12-30

## [1.0.1] - 2019-12-29

## [1.0.0] - 2019-03-25

## [0.1.8] - 2019-02-15

## [0.1.7] - 2018-04-27

## [0.1.6] - 2018-04-27

## [0.1.5] - 2018-04-27

## [0.1.4] - 2018-04-26

## [0.1.3] - 2018-04-26

## [0.1.2] - 2018-04-26

## [0.1.1] - 2018-04-25

## [0.1.0] - 2018-03-11

## [0.0.9] - 2017-12-15

## [0.0.8] - 2017-03-01

## [0.0.7] - 2016-10-09

## [0.0.6] - 2016-10-02

## [0.0.5] - 2016-10-02

## [0.0.4] - 2016-09-14

## [0.0.3] - 2016-09-03

[unreleased]: https://github.com/Josef-Friedrich/mscxyz/compare/v1.3.1...HEAD
[1.3.1]: https://github.com/Josef-Friedrich/mscxyz/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/Josef-Friedrich/mscxyz/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/Josef-Friedrich/mscxyz/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/Josef-Friedrich/mscxyz/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/Josef-Friedrich/mscxyz/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/Josef-Friedrich/mscxyz/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Josef-Friedrich/mscxyz/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.1.8...v1.0.0
[0.1.8]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.1.7...v0.1.8
[0.1.7]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.0.9...v0.1.0
[0.0.9]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.0.8...v0.0.9
[0.0.8]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.0.7...v0.0.8
[0.0.7]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/Josef-Friedrich/mscxyz/compare/v0.0.3...v0.0.4
[0.0.3]: https://github.com/Josef-Friedrich/mscxyz/compare/6bab35c8fda9f9e68ad9cd5cddf8fdc9b2be2e5d...v0.0.3
4 changes: 2 additions & 2 deletions tests/test_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ def test_option_synchronize() -> None:

class TestOptionJson:
@pytest.mark.legacy
def test_legacy(self):
def test_legacy(self) -> None:
score = (
Cli("meta", "--json", legacy=True)
.append_score("meta-all-values.mscz")
Expand All @@ -1084,7 +1084,7 @@ def test_legacy(self):
assert json.exists()
assert '"readonly_basename": "meta-all-values"' in helper.read_file(json)

def test_json(self):
def test_json(self) -> None:
score = (Cli("--json").append_score("meta-all-values.mscz").execute()).score()
json = score.json_file
assert json.exists()
Expand Down

0 comments on commit b84cb0b

Please sign in to comment.