-
Testing #17040
![image](https://user-images.githubusercontent.com/2230985/130668136-3661f500-b81d-4c8a-ba7e-63a22eab8fcc.png)
We should use the native rich diff experience for this
-
Nose is no longer being developed which is causing issues with the newer version of Pythons required for CircleCI to function (#222)
-
**Describe the bug**
ttnn.pad fails with error "on device padding does not support front padding" for the test cases provided below in the code snippet.
**To Reproduce**
Steps to reproduce the be…
-
### Describe the bug
The `toga_dummy` backend needs pytest, but doesn't list it as a dependency.
### Steps to reproduce
1. In a fresh venv, run `pip install toga-demo toga-dummy`
2. Run `TOGA_BACK…
-
Tests are failing after pytest upgraded to 8.1.1 on Alpine linux edge x86_64:
```
======================================= test session starts ========================================
platform lin…
ncopa updated
7 months ago
-
```
cd ckanext-ontario_theme/
pytest --ckan-ini=test.ini ckanext/ontario_theme/tests/
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...]
pytest: error: unrecognized arguments: --ckan…
-
I have several tests which need `import xlwings`; the package is not available on Linux machines so I mark them with `needsxw`.
In `azure-pipelines.xml` I have:
```xml
- script: |
pip instal…
-
We need a more comprehensive unit testing suite as the functionality has matured.
-
At this stage preparing full test coverage is not only necessary for deployment but is also going to help consolidate all the remaining todos and fixes left before initial alpha release.
-
- We'll need to run (pytest) tests under MPI, to test the distributed-memory functionality.
- These need to run during CI.
- We will *also* want to be able to run this on our target platforms, i.e. …