Skip to content

Commit

Permalink
release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xavdid committed Sep 13, 2024
1 parent f2ea7a8 commit 989c864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Note that it's not meant to be run as a Python library, so there are no guarante

## 0.6.2

_released `TBD`_
_released `2024-09-12`_

- ❗️ BREAKING: prioritize `pytest` before Django's `./manage.py test`. `pytest` can run Django tests via [django-pytest](https://pytest-django.readthedocs.io/en/latest/), but not the other way around
- ❗️ BREAKING: stop looking for the `tests.py` file, which isn't a standard. Instead if there are any python-related files (such as `pyproject.toml` or `.venv`), run `python -m unittest`
- ❗️ BREAKING: stop looking for the `tests.py` file, which isn't a standard test location. Instead, if there are any python-related files (such as `pyproject.toml` or `.venv`), run `python -m unittest`
- add better `pytest` detection in projects without a `.pytest-cache` (https://github.com/xavdid/universal-test-runner/pull/7)
- add support for justfiles with non-default names:
- `Justfile`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "universal-test-runner"
version = "0.6.1"
version = "0.6.2"

authors = [{ name = "David Brownman", email = "beamneocube@gmail.com" }]
description = "Universal, language-aware unit test runner."
Expand Down

0 comments on commit 989c864

Please sign in to comment.