File: test_main.py

package info (click to toggle)
helpdev 0.7.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: python: 648; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 204 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!python
# -*- coding: utf-8 -*-
"""Test the qtsass is compiling the SCSS files to QSS."""

import helpdev


def test_check_float():
    output = helpdev.check_float()
    assert isinstance(output, dict)