-
In nose, but not in pytest:
{'tests/site_tests:TestImageUsage.test_image_usage_in_redirects',
'tests/site_tests:TestPagePreloading.test_preload_langlinks_count',
'tests/site_tests:TestPagePreloading…
-
- Remove dead code
- Remove invalid comments
- Use simpler functions
- Use pywikibot core's generator
- General clean up
-
setup.py should never import from the package it is installing.
i.e. do not do this:
```
from pytest_attrib import __version__
```
An example of one of the problems it can cause:
https://ci.appveyor…
-
[WikiTeam websites](https://wikiapiary.com/wiki/WikiTeam_websites) claims there are 7136 unarchived wikis. I took a [sample of 5500](http://koti.kapsi.fi/~federico/tmp/bee.txt) and compared it to the …
-
Idea from #33, and follows #35
Add a max fetch size, and possibly complement that with a min fetch size.
Ideally we use a MediaWiki API query parameter to limit the results by file size. If it doesn…
-
Right now, without ignorewarnings, when the target filename exists, the upload fail without an informative message.
-
Not all tests of Subclasses are being used correctly.
Here is the related build error: https://travis-ci.org/AbdealiJK/pytest-attrib/jobs/131589397
Here, if I have:
``` python
import unittest
class …
-
@drtrigon I'm thinking it may be a wise idea to make multiple repos named `file-metadata-ubuntu` and so on. Then we can have tags like `file-metadata-ubuntu:14.04` for ubuntu versions.
Or do you thin…
-
I was wondering if there was interest in adding python 3.3 support. Py3.3 is still being used by a few projects and it would be nice to support it (Add travis build for 3.3, etc)
-
When using the `!` operator in an attribute, an exception occurs:
```
INTERNALERROR> File "/home/travis/virtualenvs/pypy-5.0.1/site-packages/pytest_attrib/plugin.py", line 23, in pytest_collection_…