Mercurial > python-hglib
annotate .hgignore @ 221:a2afbf236ca8
hglib tests: remove deprecated constructions
This mostly removes usage of 'assertEquals' (replaced with 'assertEqual'),
as well as opening files without closing them
(fixed using a 'with' statement).
author | Mathias De Mare <mathias.de_mare@nokia.com> |
---|---|
date | Thu, 09 Mar 2023 14:00:02 +0100 |
parents | 522cefa8cb45 |
children |
rev | line source |
---|---|
0 | 1 syntax: glob |
2 | |
83
c41442cb355d
.hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents:
66
diff
changeset
|
3 dist |
c41442cb355d
.hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents:
66
diff
changeset
|
4 MANIFEST |
c41442cb355d
.hgignore: add some setup.py junk
Matt Mackall <mpm@selenic.com>
parents:
66
diff
changeset
|
5 MANIFEST.in |
0 | 6 *.pyc |
7 *.orig | |
8 *.rej | |
9 *~ | |
1 | 10 *.swp |
7
eac8be119d81
tests: rearrange tests and use nosetests
Idan Kamara <idankk86@gmail.com>
parents:
1
diff
changeset
|
11 *.noseids |
66 | 12 build |
209
522cefa8cb45
tox: add a tox.ini for easier testing of hglib against many hg versions
Augie Fackler <raf@durin42.com>
parents:
83
diff
changeset
|
13 .tox |