-
The feature request is to explicitly declare, which virtual environment should be used for tests.
I have sandboxed environments:
- project dependecies (used for editable installs, etc.)
- dev (us…
-
Tikimės, kad kritinėms, sudėtingesnėms vietoms parašysite unit, integracinius ar funkcinius testus. Tą atlikite naudojantis `pytest`[8] įrankiais ir `pytest-describe`[9] metodologija. Papildomai jums…
-
# Enhancement
Community involvement in any element of this work is encouraged as it it easy to work on individual unittests in parallel without risk of merge conflicts.
cloud-init upstream is look…
-
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no-isolatio…
-
Our existing test suite has been written with the Python [`unittest`](https://docs.python.org/3/library/unittest.html) framework. However, as the test suite has grown and opsdroid has become more comp…
-
when I run docker-compose up, I met error:
251.2
251.2 The HTML pages are in build/sphinx/html.
251.4 + py.test tests
253.0 Traceback (most recent call last):
253.0 File "/opt/conda/bin//py.t…
-
I recently tried to use my go-to `pytest-mock` in a test for tasks and realized I couldn't add dev dependencies to a task. I then realized that `pytest` is being installed inside all task containers, …
-
Trying to add py38-py310 for invoke-py, I see that ur invoke-py is fairly old (2018) and no longer passes tests because pytest has deprecated things it uses (even for py37 that used to build back in 2…
-
aiida-core 1.0 now ships with a number of fixtures for running tests, but there is clearly room for improvement.
We should decide which of the following features should also be included:
fixture…
-
Hi everyone,
I want to test the query string generated by the repository function only. My goal is to make the unit test as independent as possible and avoid creating a dedicated database instance …