Overview
Comment: | setup and type map test, fix chdir() - which was redundant and causing more lookup errors in other tests |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
44cb252c3b557dfbdee7b0e313c6adca |
User & Date: | mario on 2022-10-26 13:59:45 |
Other Links: | manifest | tags |
Context
2022-10-26
| ||
14:00 | add warning and missing pluginconf. references check-in: 85f6aa649a user: mario tags: trunk | |
13:59 | setup and type map test, fix chdir() - which was redundant and causing more lookup errors in other tests check-in: 44cb252c3b user: mario tags: trunk | |
13:59 | more pylint changes check-in: 7e6847fd5e user: mario tags: trunk | |
Changes
Added test/config_types.py version [051714d211].
|
Added test/depends.py version [10d2104189].
|
Modified test/pyz.py from [0566039b1c] to [c33e5bdbba].
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | - + + + + + + + | import sys import os.path import pytest import pluginconf sys.path.insert(0, f"{os.path.dirname(__file__)}/.pyz.pyz") |
Added test/setup.py version [75184c3ebc].
|