Skip to content

Commit

Permalink
remove virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
pyasi committed May 15, 2020
1 parent cccd30a commit db39d87
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 508 deletions.
32 changes: 32 additions & 0 deletions examples/e2e/tests/userserviceclient-userservice.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,38 @@
"name": "UserService"
},
"interactions": [
{
"description": "a request for UserA",
"providerState": "UserA exists and is not an administrator",
"request": {
"method": "get",
"path": "/users/UserA"
},
"response": {
"status": 200,
"headers": {
},
"body": {
"name": "UserA",
"id": "00000000-0000-4000-a000-000000000000",
"created_on": "2016-12-15T20:16:01",
"admin": false
},
"matchingRules": {
"$.body": {
"match": "type"
},
"$.body.id": {
"match": "regex",
"regex": "^[a-f0-9]{8}-?[a-f0-9]{4}-?4[a-f0-9]{3}-?[89ab][a-f0-9]{3}-?[a-f0-9]{12}\\Z"
},
"$.body.created_on": {
"match": "regex",
"regex": "\\d+-\\d+-\\d+T\\d+:\\d+:\\d+"
}
}
}
},
{
"description": "a request for UserA",
"providerState": "UserA does not exist",
Expand Down
Empty file removed test.py
Empty file.
84 changes: 0 additions & 84 deletions venv27/bin/activate

This file was deleted.

55 changes: 0 additions & 55 deletions venv27/bin/activate.csh

This file was deleted.

102 changes: 0 additions & 102 deletions venv27/bin/activate.fish

This file was deleted.

60 changes: 0 additions & 60 deletions venv27/bin/activate.ps1

This file was deleted.

46 changes: 0 additions & 46 deletions venv27/bin/activate_this.py

This file was deleted.

8 changes: 0 additions & 8 deletions venv27/bin/chardetect

This file was deleted.

Loading

0 comments on commit db39d87

Please sign in to comment.