(name: string)
| 11 | const FIXTURES_DIR = path.join(__dirname, 'fixtures'); |
| 12 | |
| 13 | function fixtureRoot(name: string): string { |
| 14 | return path.join(FIXTURES_DIR, name); |
| 15 | } |
| 16 | |
| 17 | describe('discoverPythonPackage', () => { |
| 18 | describe('basic manifest discovery', () => { |