Skip to content

Commit

Permalink
remove old tests
Browse files Browse the repository at this point in the history
make tests parallel
clarify docs
  • Loading branch information
JasonLovesDoggo committed Jan 4, 2024
1 parent 553d956 commit b7c15ac
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
make metropolis/local_rsa_privkey.pem
make metropolis/local_settings.py
- name: Migrations
run: .venv/bin/python -Wa manage.py migrate
run: .venv/bin/python -Wa manage.py migrate --parallel
- name: Django Tests
run: .venv/bin/python -Wa manage.py test
2 changes: 1 addition & 1 deletion docs/onboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ poetry run python ./manage.py runserver

### Errors
##### Any issue with psycopg2
- `pip install psycopg2-binary` and try again (pip3 if you have both python 2 and 3 installed)
- `pip install psycopg2-binary` and try again (pip or pip3 not poetry add)
#### Windows
###### poetry ModuleNotFoundError: No module named 'charset_normalizer'
reinstall poetry and run poetry install in an elevated (admin) terminal
Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
black
isort
mypy
nodejs
act
];
});
Expand Down
75 changes: 0 additions & 75 deletions package-lock.json

This file was deleted.

21 changes: 0 additions & 21 deletions package.json

This file was deleted.

78 changes: 0 additions & 78 deletions playwright.config.js

This file was deleted.

8 changes: 0 additions & 8 deletions tests/Dockerfile

This file was deleted.

99 changes: 0 additions & 99 deletions tests/api3.spec.js

This file was deleted.

7 changes: 0 additions & 7 deletions tests/docker-compose.yml

This file was deleted.

19 changes: 0 additions & 19 deletions tests/example.spec.js

This file was deleted.

0 comments on commit b7c15ac

Please sign in to comment.