waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

test_bar.py (234B)


      1 #! /usr/bin/env python
      2 # encoding: utf-8
      3 # Calle Rosenquist, 2016 (xbreak)
      4 
      5 import unittest
      6 from bar import bar
      7 
      8 class test_bar(unittest.TestCase):
      9 	def test_read_resource(self):
     10 		self.assertEqual('resource!\n', bar.read_resource())