Skip to content

Commit

Permalink
Split it up. (#366)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #366

Split up testslide into 3 separate libraries
- core to house the core functionality around mocking
- dsl contains the testslide dsl
- executor has the runner and import profiler

Differential Revision: D55324794
  • Loading branch information
deathowl authored and facebook-github-bot committed Mar 28, 2024
1 parent f22c183 commit fbb946b
Show file tree
Hide file tree
Showing 18 changed files with 1,263 additions and 1,175 deletions.
2 changes: 1 addition & 1 deletion tests/cli_unittest.py
Expand Up @@ -39,7 +39,7 @@ def run_testslide(
args = [
sys.executable,
"-m",
"testslide.cli",
"testslide.executor.cli",
]
if show_testslide_stack_trace:
args.append("--show-testslide-stack-trace")
Expand Down

0 comments on commit fbb946b

Please sign in to comment.