JensDiemer
|
0a77c5915f
|
Project updates
|
2024-09-05 18:10:57 +02:00 |
JensDiemer
|
cc53e2373c
|
Release as v0.19.3
|
2023-11-01 14:38:05 +01:00 |
JensDiemer
|
c6303556a9
|
Migrate from "poetry-python" to "managed-django-project"
* Remove poetry, pytest and devshell
* Use pip-tools, unittests and https://github.com/jedie/manage_django_project
|
2023-07-21 18:33:22 +02:00 |
JensDiemer
|
ae0de97e69
|
Apply manageprojects updates
|
2023-04-04 15:40:19 +02:00 |
JensDiemer
|
4f16e6de34
|
Project updates
Use https://github.com/jedie/manageprojects and https://github.com/jedie/cookiecutter_templates/
Update requirements and update tests
|
2022-12-22 09:53:42 +01:00 |
JensDiemer
|
e372e9f479
|
Fix coverage upload to codecov.io
|
2022-07-02 12:45:23 +02:00 |
JensDiemer
|
38efea0543
|
Replace Selenium tests with Playwright
|
2022-06-29 16:08:18 +02:00 |
JensDiemer
|
ebc5bb50e9
|
Run tests with Python 3.10, too and update requirements
|
2022-06-20 17:37:01 +02:00 |
JensDiemer
|
37be07778c
|
Remove seperate linting step (pytest run checks code style)
|
2022-02-05 10:36:29 +01:00 |
JensDiemer
|
ff31c5cce3
|
Switch to darker code styler
https://github.com/akaihola/darker
|
2022-01-30 15:07:08 +01:00 |
Jens Diemer
|
42d492ccf4
|
Update ci.yml
|
2021-11-20 19:14:03 +01:00 |
JensDiemer
|
dfbf35735c
|
Pass cli arguments to "run_testserver" command
So it's possible to start the Django dev server on a other attr/port than `127.0.0.1:8000`
e.g.:
```
./devshell.py run_testserver 192.168.0.1:8080
```
|
2021-08-04 09:25:38 +02:00 |
JensDiemer
|
54ef155b7e
|
Use https://github.com/jedie/dev-shell
|
2021-04-05 21:14:37 +02:00 |
JensDiemer
|
e6852b9a04
|
use pytest-parallel
|
2020-11-14 19:54:56 +01:00 |
JensDiemer
|
9da4236c26
|
Test with python 3.7 - 3.9
|
2020-10-16 17:57:51 +02:00 |
JensDiemer
|
a2a59c393a
|
init
use https://github.com/jedie/django-for-runners as skeleton ;)
|
2020-10-14 10:10:21 +02:00 |