Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Commits
ce766c73
Verified
Commit
ce766c73
authored
5 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
[Tests] Deduplicate pre-run calls
parent
f5f133da
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#369
failed
5 years ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tox.ini
+1
-5
1 addition, 5 deletions
tox.ini
with
1 addition
and
5 deletions
tox.ini
+
1
−
5
View file @
ce766c73
...
...
@@ -8,11 +8,7 @@ whitelist_externals = poetry
skip_install
=
true
envdir
=
{toxworkdir}/globalenv
commands_pre
=
./dev.sh install-all
commands
=
poetry
run
python
manage.py
compilemessages
poetry
run
python
manage.py
yarn
install
poetry
run
python
manage.py
collectstatic
--no-input
--clear
poetry
run
pytest
--cov
=
. {posargs} biscuit/ apps/official/
commands
=
poetry run pytest --cov=. {posargs} biscuit/ apps/official/
[testenv:selenium]
setenv
=
...
...
This diff is collapsed.
Click to expand it.
Nik | Klampfradler
@nik
mentioned in commit
8d9fb53b
·
5 years ago
mentioned in commit
8d9fb53b
mentioned in commit 8d9fb53b0acaae79ab1db3af9cce7c15c360dd86
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment