packing.py 333 B

12345678910111213141516
  1. '''
  2. Created on Mar 12, 2020 @author: Levi
  3. '''
  4. # import unittest
  5. from tools import pypacking
  6. # class Test(unittest.TestCase):
  7. #
  8. # def test(self):
  9. packing = pypacking.PackReport('tools/packing.xlsx')
  10. print(packing.grouped_df)
  11. # if __name__ == '__main__':
  12. # #import sys;sys.argv = ['', 'Test.testName']
  13. # unittest.main()