Sardorbek Imomaliev

Results 17 issues of Sardorbek Imomaliev

Hi. Hope this helps. Thanks to @cdce8p. Here are steps to reproduce #6 ```console $ echo "from unknown import Unknown def test(): assert True" > t.py $ echo "t.py::test" >...

bug
help wanted

``` obj = MyModel.objects.create(timezone='Europe/Berlin') assert not isinstance(obj.timezone, str) ``` It should return pytz object. I'm not sure but we probably will have to create descriptor like `FileField` has

enhancement

I know this is not conventional for shells, but it is really useful sometimes to have multiword aliases. There are ways to achieve this with functions and etc, but wouldn't...

aliases

Runnig vite-jest in example `vue-app-ts` throws an error. ## Steps to reproduce 1. `git clone [email protected]:sodatea/vite-jest.git` 1. `cd examples/vue-app-ts` 1. Update package.json ``` - "vite-jest": "workspace:*", + "vite-jest": "^0.0.3", ```...

http://thomas-cokelaer.info/blog/2017/01/pytest-cov-collects-no-data-on-travis/