view tests/include.ini @ 96:9dbdcb1adca1 default tip

py3
author Jeff Hammel <k0scist@gmail.com>
date Tue, 03 Nov 2020 10:49:55 -0800
parents 7fdd934855bf
children
line wrap: on
line source

# How to include files?
# perhaps:

[include:%(here)s/included.ini]

# or

[:include:%(here)s/included.ini]

# or

[::include:%(here)s/included.ini]
# (I lean towards this one)

[include::%(here)s/included.ini]

# or

[#include:%(here)s/included.ini]
# (assuming this is even legal)

# and for decorators

[include:@:host=negativelee.com:%(here)s/included.ini]

# (etc)