-
## Checklist
> Please ensure the following tasks are completed before filing a bug report.
- [x] Read and understood the [Code of Conduct][code-of-conduct].
- [x] Searched for existing …
-
This is a suggestion to have a threshold so that trace data is pushed only for pytest functions that exceed a particular run time limit.
Background : I have a test suite that has 6000 odd pytest fu…
-
Given that the tests that exist uncovered a bunch of pandas deprecations, increasing the testing coverage of the codebase would be worthwhile (even after Jasper used this code for his paper).
-
Some items are defined in the database with a status option "DELETED". This could be used to mark items as deleted but keep them for the record. However this logic is not implemented.
Either
- [ ]…
-
### What do you want to see?
Hello everyone,
(this is not
I would like to split all e2e tests across different `*_test.go` files for maintenance purposes.
How do I enforce specific order of all `…
-
There is a method to [save screenshots](https://github.com/iTowns/itowns/blob/master/test/hooks_functional.js#L65) in the functional tests helper functions. We should try to use it to improve our exam…
-
From Brendan:
I suggest that for starters, any parts of rWallet that are not UI - i.e. do not touch react or react-native APIs - let's follow this process:
1. identify which parts fall into this c…
-
This plugin is obviously incredible. great job. so so cool.
The way the keymaps are handled circumvents the usual way keymaps are usually handled by most plugins.Typically, the plugin author exp…
-
Thanks for the great work!
I have one question when trying to replicate your results: in the paper, it shows that the approach demonstrates great stability for rotations, but when I'm checking the …
-
So we have a bunch of utility functions to write files but they are not very consistent.
For example
- `write_model_file` takes a kwarg called `file_name`, whereas `print_constraint` takes an option…