Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

44

45

46

import os 

import nose 

import shutil 

import unittest 

import yaml 

from breaker.plots import plot_multi_panel_alternate_map_comparison 

from breaker.utKit import utKit 

 

from fundamentals import tools, times 

 

su = tools( 

arguments={}, 

docString=__doc__, 

logLevel="DEBUG", 

options_first=False, 

projectName="breaker" 

) 

arguments, settings, log, dbConn = su.setup() 

 

# load settings 

stream = file( 

"/Users/Dave/.config/breaker/breaker.yaml", 'r') 

settings = yaml.load(stream) 

stream.close() 

 

# SETUP AND TEARDOWN FIXTURE FUNCTIONS FOR THE ENTIRE MODULE 

moduleDirectory = os.path.dirname(__file__) 

utKit = utKit(moduleDirectory) 

log, dbConn, pathToInputDir, pathToOutputDir = utKit.setupModule() 

utKit.tearDownModule() 

 

 

class test_plot_multi_panel_alternate_map_comparison(unittest.TestCase): 

 

def test_plot_multi_panel_alternate_map_comparison_function(self): 

p = plot_multi_panel_alternate_map_comparison( 

log=log, 

settings=settings, 

gwid="G211117", 

pathToMapDirectory=pathToInputDir 

) 

p.get() 

 

# x-print-testpage-for-pessto-marshall-web-object 

 

# x-class-to-test-named-worker-function