mirror of
https://github.com/evennia/evennia.git
synced 2026-08-18 03:05:44 +00:00
Fix some context files
This commit is contained in:
@ -31,8 +31,8 @@ uv run evennia test --keepdb evennia.server.tests # from inside .test_game_dir
|
||||
# make (requires `evennia` on PATH):
|
||||
make test # full suite
|
||||
make testp # parallel (4 cores)
|
||||
make tests=evennia.objects.tests test # specific module
|
||||
make tests=evennia.commands.tests.test_command test # specific test file
|
||||
make TESTS=evennia.objects.tests test # specific module
|
||||
make TESTS=evennia.commands.tests.test_command test # specific test file
|
||||
```
|
||||
|
||||
## Formatting
|
||||
|
||||
@ -47,8 +47,8 @@ These targets handle init/migrate automatically but require `evennia` installed
|
||||
```bash
|
||||
make test # full suite
|
||||
make testp # parallel (4 cores)
|
||||
make tests=evennia.objects.tests test # specific module
|
||||
make tests=evennia.commands.tests.test_command test # specific test file
|
||||
make TESTS=evennia.objects.tests test # specific module
|
||||
make TESTS=evennia.commands.tests.test_command test # specific test file
|
||||
```
|
||||
|
||||
The Makefile creates `.test_game_dir/`, runs `evennia migrate`, then `evennia test --keepdb`.
|
||||
|
||||
Reference in New Issue
Block a user