Skip to content

Commit db6f51f

Browse files
committed
feat: update version
1 parent a9fc049 commit db6f51f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codestripper"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "CodeStripper used to strip code from assignments"
55
authors = ["Bonajo <m.bonajo@fontys.nl>"]
66
maintainers = ["Bonajo <m.bonajo@fontys.nl>"]

tests/test_codestripper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def test_log_invalid_tag(monkeypatch: pytest.MonkeyPatch, caplog: LogCaptureFixt
7777
assert len(errors) == 1 and "InvalidTag.java" in errors[0] and "2" in errors[0]
7878

7979

80-
def test_project_out(monkeypatch: pytest.MonkeyPatch):
80+
def test_project_out_removes(monkeypatch: pytest.MonkeyPatch):
8181
monkeypatch.chdir(test_project_dir)
8282
files = FileUtils(["**/*.java", "pom.xml"], working_directory="testproject").get_matching_files()
8383
strip_files(files, "testproject", "//", "out", False)

0 commit comments

Comments
 (0)