-
Notifications
You must be signed in to change notification settings - Fork 437
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split
test_query_pysa
into query-specific tests
Summary: The `defines(...)` query is a stable query, where by stable I mean we are not actively working on it, that happens to be used by some existing pysa infra. The `callees_with_location(...)` query on the other hand is used not only by Pysa but by some other static analysis partner teams who are actively requesting feature changes. Let's separate out the tests for these two; this will make iterating on `callees_with_location` more convenient. Test cases are not split because they share a single scratch project, so I can live with having to run the entire test in one shot at least for now. Reviewed By: rchen152 Differential Revision: D61581345 fbshipit-source-id: 6395f27d15264faf36378dfee3fd40440961a91e
- Loading branch information
1 parent
2cdaf3e
commit 6ceda47
Showing
1 changed file
with
33 additions
and
6 deletions.
There are no files selected for viewing
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