Python: Explain how CallGraph test.py even works

Also remove options file, since it did nothing at all (and blocked
experimental/library-tests/options from taking effect)
This commit is contained in:
Rasmus Wriedt Larsen
2020-09-25 11:40:49 +02:00
parent 4deb43f361
commit 120a569c6f
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +0,0 @@
semmle-extractor-options:

View File

@@ -1 +1,3 @@
# This import will only import code/__init__.py -- BUT we still analyse the other python
# files inside code/ which is what we want.
from code import *