mirror of
https://github.com/meeb/tubesync.git
synced 2025-04-12 16:33:48 +00:00
Merge pull request #918 from tcely/patch-15
Log more details about what `pipenv` installs
This commit is contained in:
commit
1a636efa70
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -94,7 +94,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
pipenv install --system --skip-lock
|
PIPENV_VERBOSITY=64 pipenv install --system --skip-lock
|
||||||
- name: Set up Django environment
|
- name: Set up Django environment
|
||||||
run: |
|
run: |
|
||||||
cp -v -p tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py
|
cp -v -p tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py
|
||||||
|
@ -138,7 +138,7 @@ class FrontEndTestCase(TestCase):
|
|||||||
else:
|
else:
|
||||||
# Invalid source tests should reload the page with an error
|
# Invalid source tests should reload the page with an error
|
||||||
self.assertEqual(response.status_code, 200)
|
self.assertEqual(response.status_code, 200)
|
||||||
self.assertIn('<ul class="errorlist">',
|
self.assertIn('<ul class="errorlist"',
|
||||||
response.content.decode())
|
response.content.decode())
|
||||||
|
|
||||||
def test_add_source_prepopulation(self):
|
def test_add_source_prepopulation(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user