Skip to content

Commit de2d1dc

Browse files
committed
final clean build with docs for 1.3.1
1 parent 2d7e16e commit de2d1dc

File tree

6 files changed

+39
-48
lines changed

6 files changed

+39
-48
lines changed
0 Bytes
Binary file not shown.

dist/pyral-1.3.1.docs.html.zip

0 Bytes
Binary file not shown.

dist/pyral-1.3.1.tar.gz

2 Bytes
Binary file not shown.

dists/pyral-1.3.1.tar.gz

2 Bytes
Binary file not shown.

dists/pyral-1.3.1.zip

0 Bytes
Binary file not shown.

test/rally_targets.py

Lines changed: 39 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,49 @@
11

2-
AGICEN = "rally1.rallydev.com"
3-
PROD = "rally1.rallydev.com"
4-
5-
AGICEN_USER = "[email protected]"
6-
AGICEN_PSWD = "Vistabahn"
7-
AGICEN_NICKNAME = "Yodel"
8-
API_KEY = "_x6CZhqQgiist6kTtwthsAAKHtjWE7ivqimQdpP3T4"
9-
10-
YETI_USER = "[email protected]"
11-
YETI_PSWD = "Vistabahn"
12-
YETI_NAME = "Yeti"
13-
14-
DEFAULT_WORKSPACE = "AC WSAPI Toolkit Python"
15-
DEFAULT_PROJECT = "Sample Project"
16-
17-
NON_DEFAULT_PROJECT = "My Project"
18-
19-
ALTERNATE_WORKSPACE = "Kip's Playground"
20-
ALTERNATE_PROJECT = "Argonaut"
21-
22-
BOONDOCKS_WORKSPACE = 'Alligators BLD Unigrations'
23-
BOONDOCKS_PROJECT = 'Sandbox'
24-
25-
LARGE_WORKSPACE = 'Rally'
26-
LARGE_PROJECT_TREE_BASE = 'Rally'
27-
28-
PROD_USER = "[email protected]"
29-
PROD_PSWD = "TwinLakes55"
30-
31-
ACCOUNT_WITH_NO_DEFAULTS_CREDENTIALS = ('[email protected]', 'P@$$w0rd')
32-
33-
PROJECT_SCOPING_TREE = {
34-
'TOP_LEVEL_PROJECT' : { 'Arctic Elevation' :
35-
['My ship is stuck and I cant get out',
2+
AGICEN = "liart.rallydev.com"
3+
PROD = "officialness.rallydev.com"
4+
5+
AGICEN_USER = "[email protected]"
6+
AGICEN_PSWD = "B1G^S3Kretz"
7+
AGICEN_NICKNAME = "Wiley"
8+
API_KEY = "_ABC123DEF456GHI789JKL012MNO345PQR678STU901VWXZ"
9+
10+
DEFAULT_WORKSPACE = "Your Default Workspace"
11+
DEFAULT_PROJECT = "Your Default Project"
12+
NON_DEFAULT_PROJECT = "A non-default Project"
13+
ALTERNATE_WORKSPACE = "An Alternate Workspace"
14+
#ALTERNATE_PROJECT = "Dynamic"
15+
ALTERNATE_PROJECT = "An Alternate Project"
16+
17+
BOONDOCKS_WORKSPACE = 'Darwin Social Club'
18+
BOONDOCKS_PROJECT = 'Linoleum Blast'
19+
20+
PROJECT_SCOPING_TREE = {
21+
'TOP_LEVEL_PROJECT' : {'Arctic Elevation' :
22+
[ 'My ship is stuck and I cant get out!',
3623
'Lurking under the water is 300 megatons of payback',
3724
'Narwhal beaks carry the flag of the GWN tribe',
38-
'Fear the winter, play in the summer on the floes',
39-
]
25+
'Fear the winter, play in the summer on the floes'
26+
]
4027
},
41-
'SUB_PROJECTS' : { 'Aurora Borealis' :
42-
['Wavy Green Noodles', 'Astral Shock Treatment'],
43-
'Sub Arctic Conditions' :
44-
['Look at the salmon run',
28+
'SUB_PROJECTS' : { 'Aurora Borealis' :
29+
[ 'Wavy Green Noodles', 'Astral Shock Treatment' ],
30+
'Sub Arctic Conditions' :
31+
[ 'Look at the salmon run',
4532
'Provide bears with polaroid medicine',
46-
'The wolf boy needs to howl at the moon'
47-
],
48-
},
49-
'BOTTOM_PROJECT' : { 'Bristol Bay Barons' :
50-
['Sealskin lap belt grinder', 'Shiny metal pieces']
51-
},
33+
'The wolf boy needs to howl at the moon',
34+
]
35+
},
36+
'BOTTOM_PROJECT' : { 'Bristol Bay Barons' :
37+
['Sealskin lap belt grinder', 'Shiny metal pieces']
38+
}
5239
}
5340

41+
ACCOUNT_WITH_NO_DEFAULTS_CREDENTIALS = ('[email protected]', 'T2Y*&9mm409')
42+
43+
5444
HTTPS_PROXY = "127.0.0.1:3128"
5545

5646
__all__ = [AGICEN, AGICEN_USER, AGICEN_PSWD, AGICEN_NICKNAME, PROD,
57-
DEFAULT_WORKSPACE, DEFAULT_PROJECT,
58-
NON_DEFAULT_PROJECT, ALTERNATE_WORKSPACE, ALTERNATE_PROJECT, HTTPS_PROXY]
47+
DEFAULT_WORKSPACE, DEFAULT_PROJECT,
48+
NON_DEFAULT_PROJECT, ALTERNATE_WORKSPACE, ALTERNATE_PROJECT,
49+
PROJECT_SCOPING_TREE, HTTPS_PROXY]

0 commit comments

Comments
 (0)