summaryrefslogtreecommitdiff
path: root/scss/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Make a best-effort to patch up some gradient stuff. Fixes #277, #292.Eevee (Alex Munroe)2014-08-262-2/+38
* Revamp py.test's handling of test files.Eevee (Alex Munroe)2014-08-262-131/+0
* Win32 / Py3 compatThomas Khyn2014-08-251-1/+1
* Replaced codecs import by io for python 2Thomas Khyn2014-08-251-1/+1
* Merge remote-tracking branch 'Kronuz/master' into compat_winThomas Khyn2014-08-257-14/+68
|\
| * Fix a couple oopses on Python 3.Eevee (Alex Munroe)2014-08-241-6/+9
| * Merge pull request #294 from smarkets/speedups-unicode-bugEevee2014-08-241-0/+1
| |\
| | * Modify tests to show Unicode handling regressionJakub Stasiak2014-08-151-0/+1
| * | Remove magical selector reordering with @extend. Fixes #269.Eevee (Alex Munroe)2014-08-244-8/+32
| * | for...to excludes the upper bound. Fixes #275.Eevee (Alex Munroe)2014-08-242-0/+26
| |/
* | Merge remote-tracking branch 'Kronuz/master' into compat_winThomas Khyn2014-08-042-3/+3
|\ \ | |/
| * Compare expected (unicode) with actual (also unicode)German M. Bravo2014-07-231-2/+2
| * Fonts glyph codes are now just plain hex numbersGerman M. Bravo2014-07-231-1/+1
* | Merge with changes from Kronuz repoThomas Khyn2014-07-144-2/+35
|\ \ | |/
| * Convert empty list rendering test to a regular test; trying to get rid of xfail.Eevee (Alex Munroe)2014-07-123-6/+7
| * Skip font tests when fontforge is unavailable.Eevee (Alex Munroe)2014-07-121-1/+8
| * fixing indentation to be consistant with outputBen Beecher2014-07-121-1/+1
| * two failing test cases for empty list handlingBen Beecher2014-07-124-0/+25
* | Updated tests generation to cope with win32's separatorThomas Khyn2014-06-221-3/+3
* | test_images tests now passThomas Khyn2014-06-221-0/+2
|/
* Unbreak scope-nesting-2 and move it out of xfail.Eevee (Alex Munroe)2014-05-212-1/+1
* Fix skip/xfail to work with parametrize(), so xfail tests still run.Eevee (Alex Munroe)2014-05-212-10/+12
* Revert "Fixed xfail directory in test files"Eevee (Alex Munroe)2014-05-211-14/+4
* Fonts functions renamed (font-content -> glyph-code, fonts -> glyphs)German M. Bravo2014-04-281-6/+6
* Added Font Sheets.German M. Bravo2014-04-284-0/+96
* Include the test directory in search path (to easily test bootstrap and others)German M. Bravo2014-04-261-1/+1
* Skip test files that start with '_' (to easily test bootstrap and others)German M. Bravo2014-04-262-1/+5
* If import is not found, raise IOErrorGerman M. Bravo2014-04-262-0/+1
* Test for scope-nesting-2 is expected to failGerman M. Bravo2014-04-261-1/+1
* Fixed xfail directory in test filesGerman M. Bravo2014-04-261-4/+14
* Added PRECISION for increased precision with floating numbersGerman M. Bravo2014-03-301-1/+1
* Return Unicode from the C scanner. More __future__.Eevee (Alex Munroe)2014-03-296-0/+13
* Made the speedups module Unicode-aware!Eevee (Alex Munroe)2014-03-291-0/+1
* Make the internals all use unicode, even on py2.Eevee (Alex Munroe)2014-03-292-3/+7
* Fix @each with nested lists. Fixes #257.Eevee (Alex Munroe)2014-03-292-0/+18
* Merge pull request #270 from fusionbox/nonascii-scssEevee2014-03-291-0/+11
|\
| * Added failing test for unicode encoded SCSSRocky Meza2014-03-231-0/+11
* | Change a test that happens to tickle how round() changed in py3.Eevee (Alex Munroe)2014-03-292-3/+3
* | Fixed a variety of bytes/str errors in Py3, mostly due to images.Eevee (Alex Munroe)2014-03-292-7/+11
|/
* filter empty placeholder selectorsJesse Yang2014-03-191-1/+4
* Merge pull request #248 from ktmud/fix-extend-2Germán M. Bravo2014-03-182-0/+4
|\
| * make sure pseudo elements stick to the end when renderJesse Yang2013-10-302-0/+4
* | Added regression test for issue #258 (fixed in bdfb8b)German M. Bravo2014-03-184-0/+33
|/
* Lists built from function calls are not "literal".Eevee (Alex Munroe)2013-10-082-0/+3
* Improve behavior of null values in lists.Eevee (Alex Munroe)2013-10-082-0/+16
* Configuration variables as deault options used from the config module at run ...German M. Bravo2013-10-082-2/+2
* Fix @return inside a block and ... in @function definitions.Eevee (Alex Munroe)2013-10-082-2/+12
* Menu test removed (relevant bits split among several other tests)German M. Bravo2013-10-083-1580/+0
* Not allowing undefined literals by defaultGerman M. Bravo2013-10-081-1/+1
* Added tests for reversed @for and reversed range()German M. Bravo2013-10-084-0/+44