Copy link
Copy Markdown
Contributor
Using the wsgi middleware I had to manually create subfolders in my build directory for libsass to build it - since it would find the files it had to build but couldn't open the write file to save the result.
Copy link
Copy Markdown
Contributor Author
Could you give me more info on the tests and how you're running them?
Copy link
Copy Markdown
Member
Unit tests are placed at sasstests.py file, and you can run them using python setup.py test command.
Copy link
Copy Markdown
Contributor Author
I confused css_path with self.css_path, I'll close this request and issue a new one. Thanks for telling me about the tests!