-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes recursive symlink error when invoking ./run_tests script
- Loading branch information
1 parent
180ac84
commit 7697a33
Showing
11 changed files
with
14 additions
and
225 deletions.
There are no files selected for viewing
File renamed without changes.
160 changes: 0 additions & 160 deletions
160
fastlane_bot/tests/deterministic/_data/test_results.json
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
fastlane_bot/tests/deterministic/_data/test_strategies.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Searching for main.py in /Users/mikewcasale/Documents/GitHub/bancor/fastlane-bot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"""Inside this file, define a collect_ignore list that specifies the file paths to ignore when running the tests. For | ||
example, to ignore all files in the tests directory that start with the prefix "dtest_", you can use the following | ||
code:""" | ||
collect_ignore = ['dtest_*.py', | ||
] |